Skip to content

Commit 05326cd

Browse files
committed
fix: Typing fixes
1 parent 6ea3f5c commit 05326cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

asknews_sdk/types.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
from typing import Annotated, Callable, List, Literal, Tuple, Union
1+
from typing import Callable, List, Literal, Tuple, Union
22

33
from crontab import CronTab
44
from httpx import Auth, Request
55
from pydantic import AfterValidator, BaseModel, BeforeValidator, HttpUrl
6+
from typing_extensions import Annotated
67

78

89
class Sentinel:

0 commit comments

Comments
 (0)