Skip to content

Commit 1e090b8

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 96bebb3 commit 1e090b8

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

cmasher/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
66
"""
77

8-
98
# %% IMPORTS AND DECLARATIONS
109
# CMasher imports
1110
from . import app_usage, cm, utils

cmasher/__version__.py

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
66
"""
77

8-
98
# %% VERSIONS
109
# Default/Latest/Current version
1110
__version__ = "1.8.0" # keep in sync with pyproject.toml

cmasher/app_usage.py

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
77
"""
88

9-
109
# %% IMPORTS
1110
# Built-in imports
1211
import re

cmasher/utils.py

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
66
"""
77

8-
98
# %% IMPORTS
109
# Built-in imports
1110
import sys

0 commit comments

Comments
 (0)