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 Nov 20, 2024
1 parent d625787 commit 3c90b3d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pymatviz/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
PKG_DIR: str = os.path.dirname(os.path.dirname(__file__))
ROOT: str = os.path.dirname(PKG_DIR)


class ExperimentalWarning(Warning):
"""Warning for experimental features."""

Expand Down Expand Up @@ -37,10 +38,10 @@ class ExperimentalWarning(Warning):
get_cbar_label_formatter,
get_fig_xy_range,
get_font_color,
pretty_label,
validate_fig,
luminance,
pick_bw_for_contrast,
pretty_label,
validate_fig,
)
from pymatviz.utils.testing import TEST_FILES
from pymatviz.utils.typing import (
Expand Down

0 comments on commit 3c90b3d

Please # to comment.