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 6b42e26 commit e8d795eCopy full SHA for e8d795e
nibabel/tests/test_data.py
@@ -23,11 +23,11 @@
23
get_data_path,
24
make_datasource,
25
)
26
-from .test_environment import DATA_KEY, USER_KEY
+from .test_environment import DATA_KEY, USER_KEY, with_environment # noqa: F401
27
28
29
@pytest.fixture
30
-def with_nimd_env(request, with_environment):
+def with_nimd_env(request, with_environment): # noqa: F811
31
DATA_FUNCS = {}
32
DATA_FUNCS['home_dir_func'] = nibd.get_nipy_user_dir
33
DATA_FUNCS['sys_dir_func'] = nibd.get_nipy_system_dir
0 commit comments