Skip to content

Commit 651f095

Browse files
tomwhitemergify[bot]
authored andcommitted
Suppressed uncovered DistributionNotFound
1 parent 4301c1b commit 651f095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sgkit/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
try:
5151
__version__ = get_distribution(__name__).version
52-
except DistributionNotFound:
52+
except DistributionNotFound: # pragma: no cover
5353
__version__ = "unknown"
5454

5555
__all__ = [

0 commit comments

Comments
 (0)