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 96bebb3 commit 1e090b8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion cmasher/__init__.py
Expand Up @@ -5,7 +5,6 @@
"""


# %% IMPORTS AND DECLARATIONS
# CMasher imports
from . import app_usage, cm, utils
Expand Down
1 change: 0 additions & 1 deletion cmasher/__version__.py
Expand Up @@ -5,7 +5,6 @@
"""


# %% VERSIONS
# Default/Latest/Current version
__version__ = "1.8.0" # keep in sync with pyproject.toml
1 change: 0 additions & 1 deletion cmasher/app_usage.py
Expand Up @@ -6,7 +6,6 @@
"""


# %% IMPORTS
# Built-in imports
import re
Expand Down
1 change: 0 additions & 1 deletion cmasher/utils.py
Expand Up @@ -5,7 +5,6 @@
"""


# %% IMPORTS
# Built-in imports
import sys
Expand Down

0 comments on commit 1e090b8

Please sign in to comment.