Skip to content

Commit

Permalink
👽 Import Traversable from importlib.abc for older Python compatib…
Browse files Browse the repository at this point in the history
…ility
  • Loading branch information
shnizzedy committed Sep 18, 2024
1 parent d7bd9c2 commit 6a37466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CPAC/nuisance/tests/test_bandpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
# License along with C-PAC. If not, see <https://www.gnu.org/licenses/>.
"""Tests for bandpass filters."""

from importlib.abc import Traversable
from importlib.resources import files
from importlib.resources.abc import Traversable
from pathlib import Path

from numpy.typing import NDArray
Expand Down

0 comments on commit 6a37466

Please sign in to comment.