Skip to content

Commit 7c4e742

Browse files
committed
fix: ci tests
1 parent b9f24be commit 7c4e742

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/generate-types-tests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# from a list of basic types.
33

44
import math
5-
from typing import Any, Sequence
5+
from collections.abc import Sequence
6+
from typing import Any
67

78

89
def unescape_value(value: str) -> str:

0 commit comments

Comments
 (0)