8000 Ignore import not used in test compat. · waipbmtd/python-openapi-codec@3a9006b · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 3a9006b

Browse files
committed
Ignore import not used in test compat.
1 parent 9621035 commit 3a9006b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/compat.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
try:
2-
from unittest import mock
2+
from unittest import mock # NOQA
33
except:
4-
import mock
4+
import mock # NOQA

0 commit comments

Comments
 (0)
0