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 4c216b1 commit 341b372Copy full SHA for 341b372
nibabel/conftest.py
@@ -5,7 +5,7 @@
5
6
# Ignore warning requesting help with nicom
7
with pytest.warns(UserWarning):
8
- import nibabel.nicom # noqa :401
+ import nibabel.nicom # noqa: F401
9
10
11
@pytest.fixture(scope='session', autouse=True)
0 commit comments