Skip to content

Commit

Permalink
feat: Join imports
Browse files Browse the repository at this point in the history
  • Loading branch information
copalco committed Aug 18, 2023
1 parent f003bf2 commit 06da103
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions falcon/util/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
from typing import Any
from typing import Awaitable
from typing import Callable
from typing import Optional
from typing import TypeVar
from typing import Union


__all__ = [
Expand All @@ -19,10 +22,6 @@
'wrap_sync_to_async_unsafe',
]

from typing import Optional
from typing import TypeVar
from typing import Union

_one_thread_to_rule_them_all = ThreadPoolExecutor(max_workers=1)

create_task = asyncio.create_task
Expand Down

0 comments on commit 06da103

Please sign in to comment.