From 9c856dfeb419c2fcabbd3653bd5f522841752662 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 15:54:35 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- WrightTools/artists/_helpers.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/WrightTools/artists/_helpers.py b/WrightTools/artists/_helpers.py index be496efe..117866a2 100644 --- a/WrightTools/artists/_helpers.py +++ b/WrightTools/artists/_helpers.py @@ -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