Skip to content

Commit d66ffe1

Browse files
authored
Exception removed (#31)
1 parent 530268c commit d66ffe1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/griml/__init__.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
try:
2-
from importlib.metadata import version
3-
except ImportError: # For Python <3.8 compatibility
4-
from importlib_metadata import version
1+
from importlib.metadata import version
52

63
__version__ = version("griml") # Replace with your actual package name

0 commit comments

Comments
 (0)