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 84ae340 commit e3beb68Copy full SHA for e3beb68
singlestoredb/functions/ext/asgi.py
@@ -64,9 +64,9 @@
64
from typing import Union
65
66
try:
67
- from typing import TypeAlias
+ from typing import TypeAlias # type: ignore
68
except ImportError:
69
- from typing_extensions import TypeAlias
+ from typing_extensions import TypeAlias # type: ignore
70
71
from . import arrow
72
from . import json as jdata
0 commit comments