We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9f24be commit 7c4e742Copy full SHA for 7c4e742
scripts/generate-types-tests.py
@@ -2,7 +2,8 @@
2
# from a list of basic types.
3
4
import math
5
-from typing import Any, Sequence
+from collections.abc import Sequence
6
+from typing import Any
7
8
9
def unescape_value(value: str) -> str:
0 commit comments