Skip to content

Commit afd5053

Browse files
committed
[CLN] Refactor version import in __init__.py
Replaced gempy version import with a local _version module import for improved modularity and clarity. Removed unnecessary dependency on the gempy module in __init__.py.
1 parent 453d3f9 commit afd5053

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

gempy_probability/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
import gempy
2-
3-
__version__ = gempy.__version__
1+
from ._version import __version__

0 commit comments

Comments
 (0)