Skip to content

Commit e90f3c1

Browse files
committed
Fix import
1 parent 449ff54 commit e90f3c1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/test_api.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from __future__ import annotations
44

55
from collections import defaultdict
6-
from collections.abc import Iterable
76
from fnmatch import fnmatch
87
from pathlib import Path
98
from typing import TYPE_CHECKING
@@ -15,7 +14,7 @@
1514
import griffecli
1615

1716
if TYPE_CHECKING:
18-
from collections.abc import Iterator
17+
from collections.abc import Iterable, Iterator
1918
from types import ModuleType
2019

2120

0 commit comments

Comments
 (0)