Skip to content

Commit 27eebb7

Browse files
authored
style: fix some of the ruff errors (#125)
1 parent 5e04aa0 commit 27eebb7

File tree

1 file changed

+1
-1
lines changed
  • python/{{cookiecutter.project_slug}}/src/{{cookiecutter.project_slug}}

1 file changed

+1
-1
lines changed

python/{{cookiecutter.project_slug}}/src/{{cookiecutter.project_slug}}/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""{{ cookiecutter.description }}"""
22

3-
from importlib.metadata import PackageNotFoundError, version
3+
from importlib.metadata import version, PackageNotFoundError
44

55
try:
66
__version__ = version("{{ cookiecutter.project_slug }}")

0 commit comments

Comments
 (0)