Skip to content

Commit

Permalink
formatting and remove unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
farahats9 committed Jul 27, 2023
1 parent c5bdbcc commit 1752f0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sqlmodel/orm/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
from sqlalchemy.sql.base import Executable as _Executable
from sqlalchemy.sql.selectable import ForUpdateArg as _ForUpdateArg
from sqlmodel.sql.expression import Select, SelectOfScalar
from typing_extensions import Literal

from ..engine.result import Result, ScalarResult
from ..sql.base import Executable
Expand Down Expand Up @@ -151,5 +150,5 @@ def get(
with_for_update=with_for_update,
identity_token=identity_token,
execution_options=execution_options,
bind_arguments=bind_arguments
bind_arguments=bind_arguments,
)

0 comments on commit 1752f0b

Please sign in to comment.