Skip to content

Commit 74bd42c

Browse files
committed
Neither can 3.10
1 parent 55f1d60 commit 74bd42c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/demo_code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# stdlib
2-
import sys
32
import platform
3+
import sys
44

55
if sys.version_info < (3, 8): # pragma: no cover (py38+)
66
pass
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name Stmts Miss Cover
22
----------------------------------------
3-
tests/demo_code.py 2 0 100%
3+
tests/demo_code.py 3 0 100%
44
----------------------------------------
5-
TOTAL 2 0 100%
5+
TOTAL 3 0 100%

0 commit comments

Comments
 (0)