We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449ff54 commit e90f3c1Copy full SHA for e90f3c1
1 file changed
tests/test_api.py
@@ -3,7 +3,6 @@
3
from __future__ import annotations
4
5
from collections import defaultdict
6
-from collections.abc import Iterable
7
from fnmatch import fnmatch
8
from pathlib import Path
9
from typing import TYPE_CHECKING
@@ -15,7 +14,7 @@
15
14
import griffecli
16
17
if TYPE_CHECKING:
18
- from collections.abc import Iterator
+ from collections.abc import Iterable, Iterator
19
from types import ModuleType
20
21
0 commit comments