Skip to content

Commit f3b4c75

Browse files
carlkesselmanclaude
andcommitted
Fix import sorting in __init__.py
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 80c8110 commit f3b4c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deriva_ml_mcp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
a Deriva catalog.
66
"""
77

8-
from importlib.metadata import version, PackageNotFoundError
8+
from importlib.metadata import PackageNotFoundError, version
99

1010
try:
1111
__version__ = version("deriva-mcp")

0 commit comments

Comments
 (0)