Skip to content

Commit 32525dc

Browse files
gbaian10Lee-W
authored andcommitted
style(ruff): resolve F401
1 parent 45c1a2f commit 32525dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commitizen/version_schemes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
else:
2020
import importlib_metadata as metadata
2121

22-
from packaging.version import InvalidVersion # noqa: F401: expose the common exception
22+
from packaging.version import InvalidVersion # noqa: F401 (expose the common exception)
2323
from packaging.version import Version as _BaseVersion
2424

2525
from commitizen.defaults import MAJOR, MINOR, PATCH, Settings

0 commit comments

Comments
 (0)