Skip to content

Commit d420819

Browse files
committed
fix: update import statement for Sequence in __init__.py for consistency
1 parent 6d087fd commit d420819

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/common_python_tasks/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from typing import TYPE_CHECKING
22

33
if TYPE_CHECKING:
4-
from collections.abc import Sequence
4+
from typing import Sequence
55

66
from poethepoet_tasks import TaskCollection
77

0 commit comments

Comments
 (0)