Skip to content

Commit

Permalink
chore: more typing related fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
CaselIT committed Feb 17, 2024
1 parent adbcf47 commit f282805
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion falcon/util/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@
from typing import Awaitable
from typing import Callable
from typing import Optional
from typing import ParamSpec
from typing import TypeVar
from typing import Union

from typing_extensions import ParamSpec


__all__ = [
'async_to_sync',
Expand Down

0 comments on commit f282805

Please sign in to comment.