Skip to content

Commit 161f28e

Browse files
Евгений БлиновЕвгений Блинов
authored andcommitted
Add Sequence to Field imports for type compatibility
1 parent 893f526 commit 161f28e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skelet/fields/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from collections.abc import Sequence
21
from sys import version_info
32
from threading import Lock
43
from typing import (
@@ -8,6 +7,7 @@
87
Generic,
98
List,
109
Optional,
10+
Sequence,
1111
Type,
1212
TypeVar,
1313
Union,

0 commit comments

Comments
 (0)