Skip to content

Commit e8d795e

Browse files
STY: Encorce ruff rules (RUF)
1 parent 6b42e26 commit e8d795e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nibabel/tests/test_data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
get_data_path,
2424
make_datasource,
2525
)
26-
from .test_environment import DATA_KEY, USER_KEY
26+
from .test_environment import DATA_KEY, USER_KEY, with_environment # noqa: F401
2727

2828

2929
@pytest.fixture
30-
def with_nimd_env(request, with_environment):
30+
def with_nimd_env(request, with_environment): # noqa: F811
3131
DATA_FUNCS = {}
3232
DATA_FUNCS['home_dir_func'] = nibd.get_nipy_user_dir
3333
DATA_FUNCS['sys_dir_func'] = nibd.get_nipy_system_dir

0 commit comments

Comments
 (0)