Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 1, 2024
1 parent 25eca28 commit 9c856df
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions WrightTools/artists/_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@
# --- functions -----------------------------------------------------------------------------------


def axis_label_from_data(
data, ax=None, cax=None, which="both", channel_index=0
):
def axis_label_from_data(data, ax=None, cax=None, which="both", channel_index=0):
"""Apply x and/or y labels to axes.
Parameters
Expand Down

0 comments on commit 9c856df

Please sign in to comment.