Skip to content

Commit 49fec67

Browse files
committed
Ruff check & format
1 parent 8915a8e commit 49fec67

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/warnet/main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import importlib.metadata
2-
31
import click
42

53
from .admin import admin
@@ -25,6 +23,7 @@ def version() -> None:
2523
"""Display the installed version of warnet"""
2624
try:
2725
from warnet._version import __version__
26+
2827
version = __version__
2928
# If running from source/git, setuptools_scm will append git info
3029
# e.g. "1.1.11.dev1+g123456[.dirty]"

0 commit comments

Comments
 (0)