Skip to content

Commit 5bec029

Browse files
Import Sequence from collections.abc (#12252)
1 parent 72760ad commit 5bec029

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/bump_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
import time
99
from contextlib import contextmanager
1010
from pathlib import Path
11-
from typing import TYPE_CHECKING, Sequence
11+
from typing import TYPE_CHECKING
1212

1313
from typing_extensions import TypeAlias
1414

1515
if TYPE_CHECKING:
16-
from collections.abc import Iterator
16+
from collections.abc import Iterator, Sequence
1717

1818
script_dir = Path(__file__).parent
1919
package_dir = script_dir.parent

0 commit comments

Comments
 (0)