We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd4c191 commit ac1f96fCopy full SHA for ac1f96f
1 file changed
stixcore/__init__.py
@@ -3,9 +3,4 @@
3
from .version import version as __version__
4
from .version_conf import __version_conf__
5
6
-try:
7
- from .version_conf import __version_conf__
8
-except ImportError:
9
- __version_conf__ = "unknown"
10
-
11
logger = get_logger(__name__)
0 commit comments