8000 remove __commit__ from version test · ruturajsambhusvt/python-control@d26e84b · GitHub
[go: up one dir, main page]

Skip to content

Commit d26e84b

Browse files
committed
remove __commit__ from version test
1 parent 3f70f50 commit d26e84b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979

8080
# Version information
8181
try:
82-
from ._version import __version__, __commit__
82+
from ._version import __version__
8383
except ImportError:
8484
__version__ = "dev"
8585

0 commit comments

Comments
 (0)
0