Skip to content

Commit

Permalink
Black reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rschroll committed Mar 23, 2024
1 parent 4dde1f0 commit 4980ec3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/sql/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,7 @@ def _compute_conf_interval(N, med, iqr):

# https://github.com/matplotlib/matplotlib/blob/ddc260ce5a53958839c244c0ef0565160aeec174/lib/matplotlib/axes/_axes.py#L3915
@requires(["matplotlib"])
def boxplot(
table, column, *, orient="v", with_=None, conn=None, ax=None, schema=None
):
def boxplot(table, column, *, orient="v", with_=None, conn=None, ax=None, schema=None):
"""Plot boxplot
Parameters
Expand Down

0 comments on commit 4980ec3

Please sign in to comment.