We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bb6baa commit fd779aaCopy full SHA for fd779aa
1 file changed
tests/version_test.py
@@ -47,7 +47,6 @@ def test_version_is_consistent():
47
def _version_module_exists():
48
try:
49
importlib.import_module("omf._version")
50
-
51
return True
52
except ModuleNotFoundError:
53
return False
0 commit comments