Skip to content

Commit 5922e2a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d2259b9 commit 5922e2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
from itertools import product
3434
from pathlib import Path
3535
from subprocess import PIPE, Popen
36-
from typing import Any, Callable, Iterable
36+
from typing import Any, Callable
37+
from collections.abc import Iterable
3738
from urllib.error import ContentTooShortError, HTTPError
3839

3940
import numpy as np

0 commit comments

Comments
 (0)