From cea1b1336924cc75e81e73c01b3a76d9f15a4384 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 21:46:54 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- histoprint/__init__.py | 4 ++-- histoprint/formatter.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/histoprint/__init__.py b/histoprint/__init__.py index c3faf83..70bffe4 100644 --- a/histoprint/__init__.py +++ b/histoprint/__init__.py @@ -5,8 +5,8 @@ from .version import version as __version__ __all__ = ( - "print_hist", - "text_hist", "HistFormatter", "__version__", + "print_hist", + "text_hist", ) diff --git a/histoprint/formatter.py b/histoprint/formatter.py index 26f21c2..913c8d2 100644 --- a/histoprint/formatter.py +++ b/histoprint/formatter.py @@ -15,7 +15,7 @@ DEFAULT_FG_COLORS = "WWWWW" DEFAULT_BG_COLORS = "K0000" -__all__ = ["print_hist", "text_hist", "HistFormatter"] +__all__ = ["HistFormatter", "print_hist", "text_hist"] class Hixel: