Skip to content

Commit

Permalink
fix: Compatibility fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
proxi committed Aug 29, 2024
1 parent b3aa06c commit 45dbc00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sqs_workers/async_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@
Generator,
Generic,
NoReturn,
NotRequired,
Optional,
TypedDict,
)

from typing_extensions import ParamSpec
from typing_extensions import NotRequired, ParamSpec

from sqs_workers.utils import bind_arguments

Expand Down
Empty file added sqs_workers/py.typed
Empty file.

0 comments on commit 45dbc00

Please sign in to comment.