Skip to content

Commit ea6fe82

Browse files
mgornyTinche
authored andcommitted
Fix coverage
Signed-off-by: Michał Górny <mgorny@gentoo.org>
1 parent 9f3e2a3 commit ea6fe82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_preconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
try:
5959
__import__("cbor2")
60-
except ImportError:
60+
except ImportError: # pragma: no cover
6161
NO_CBOR2 = True
6262
else:
6363
NO_CBOR2 = False

0 commit comments

Comments
 (0)