8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9621035 commit 3a9006bCopy full SHA for 3a9006b
tests/compat.py
@@ -1,4 +1,4 @@
1
try:
2
- from unittest import mock
+ from unittest import mock # NOQA
3
except:
4
- import mock
+ import mock # NOQA
0 commit comments