Skip to content

Commit 7acd942

Browse files
committed
Remove print statement from __init__.py.
1 parent d1d6a32 commit 7acd942

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cmlibs/maths/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
import importlib.metadata
22

33
__version__ = importlib.metadata.version("cmlibs_maths")
4-
print('cmlibs.maths:', __version__)

0 commit comments

Comments
 (0)