Skip to content

Commit 53e85a3

Browse files
Avoid blanket "noqa"
1 parent ffed8ce commit 53e85a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numcodecs/tests/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from numcodecs.registry import get_codec
1414

1515
# star import needed for repr tests so eval finds names
16-
from numcodecs import * # noqa
16+
from numcodecs import * # noqa: F403
1717

1818

1919
greetings = [

0 commit comments

Comments
 (0)