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 6ea3f5c commit 05326cdCopy full SHA for 05326cd
asknews_sdk/types.py
@@ -1,8 +1,9 @@
1
-from typing import Annotated, Callable, List, Literal, Tuple, Union
+from typing import Callable, List, Literal, Tuple, Union
2
3
from crontab import CronTab
4
from httpx import Auth, Request
5
from pydantic import AfterValidator, BaseModel, BeforeValidator, HttpUrl
6
+from typing_extensions import Annotated
7
8
9
class Sentinel:
0 commit comments