We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4301c1b commit 651f095Copy full SHA for 651f095
sgkit/__init__.py
@@ -49,7 +49,7 @@
49
50
try:
51
__version__ = get_distribution(__name__).version
52
-except DistributionNotFound:
+except DistributionNotFound: # pragma: no cover
53
__version__ = "unknown"
54
55
__all__ = [
0 commit comments