Skip to content

Commit 2e7e8b5

Browse files
committed
fix: ruff check --fix
1 parent 68a9bb3 commit 2e7e8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/pydicom_compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from __future__ import annotations
2424

2525
import warnings
26-
from typing import Callable
26+
from collections.abc import Callable
2727

2828
from .deprecated import deprecate_with_version
2929
from .optpkg import optional_package

0 commit comments

Comments
 (0)