Skip to content

Commit 483dcaf

Browse files
committed
fix: typing
1 parent 374b794 commit 483dcaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resend/emails/_batch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
from typing import Any, Dict, List, NotRequired, Optional, cast
1+
from typing import Any, Dict, List, Optional, cast
22

3-
from typing_extensions import TypedDict
3+
from typing_extensions import NotRequired, TypedDict
44

55
from resend import request
66

0 commit comments

Comments
 (0)