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 ffed8ce commit 53e85a3Copy full SHA for 53e85a3
numcodecs/tests/common.py
@@ -13,7 +13,7 @@
13
from numcodecs.registry import get_codec
14
15
# star import needed for repr tests so eval finds names
16
-from numcodecs import * # noqa
+from numcodecs import * # noqa: F403
17
18
19
greetings = [
0 commit comments