We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f70f50 commit d26e84bCopy full SHA for d26e84b
1 file changed
control/__init__.py
@@ -79,7 +79,7 @@
79
80
# Version information
81
try:
82
- from ._version import __version__, __commit__
+ from ._version import __version__
83
except ImportError:
84
__version__ = "dev"
85
0 commit comments