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 Dec 2, 2024
1 parent 9def7e2 commit cea1b13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions histoprint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
from .version import version as __version__

__all__ = (
"print_hist",
"text_hist",
"HistFormatter",
"__version__",
"print_hist",
"text_hist",
)
2 changes: 1 addition & 1 deletion histoprint/formatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cea1b13

Please sign in to comment.