Skip to content

Commit 4b44b1e

Browse files
Apply ruff/pyupgrade rule UP035
UP035 Import from `collections.abc` instead
1 parent 68407bb commit 4b44b1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mriqc/config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,11 @@
9393
import os
9494
import pickle
9595
import sys
96+
from collections.abc import Iterable
9697
from contextlib import suppress
9798
from pathlib import Path
9899
from time import strftime
99-
from typing import TYPE_CHECKING, Any, Iterable
100+
from typing import TYPE_CHECKING, Any
100101
from uuid import uuid4
101102

102103
try:

0 commit comments

Comments
 (0)