Skip to content

Commit 2b84f7b

Browse files
committed
Fix pre-commit issues
1 parent 0564228 commit 2b84f7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

singlestoredb/functions/ext/asgi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,12 @@
5050
import zipimport
5151
from collections.abc import Awaitable
5252
from collections.abc import Iterable
53+
from collections.abc import Iterator
5354
from collections.abc import Sequence
5455
from types import ModuleType
5556
from typing import Any
5657
from typing import Callable
5758
from typing import Dict
58-
from typing import Iterable
59-
from typing import Iterator
6059
from typing import List
6160
from typing import Optional
6261
from typing import Set
@@ -94,6 +93,7 @@
9493

9594
logger = utils.get_logger('singlestoredb.functions.ext.asgi')
9695

96+
9797
async def to_thread(
9898
func: Any, /, *args: Any, **kwargs: Dict[str, Any],
9999
) -> Any:

0 commit comments

Comments
 (0)