Skip to content

Commit 63341a1

Browse files
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
1 parent 7c5bdc9 commit 63341a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlmodel/ext/asyncio/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from sqlalchemy.orm._typing import OrmExecuteOptionsParameter
2323
from sqlalchemy.sql.base import Executable as _Executable
2424
from sqlalchemy.util.concurrency import greenlet_spawn
25-
from typing_extensions import deprecated, Concatenate, ParamSpec
25+
from typing_extensions import Concatenate, ParamSpec, deprecated
2626

2727
from ...orm.session import Session
2828
from ...sql.base import Executable

0 commit comments

Comments
 (0)