Skip to content

Commit

Permalink
Fix variable name error (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
amisadmin authored Aug 10, 2022
1 parent 4695252 commit f6083f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlalchemy-stubs/orm/session.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ _T = TypeVar("_T")
_M = TypeVar("_M")
_TSession = TypeVar("_TSession", bound=Session)
_TSessionNoIoTypingCommon = TypeVar(
"_TSession", bound=_SessionNoIoTypingCommon
"_TSessionNoIoTypingCommon", bound=_SessionNoIoTypingCommon
)
_TSessionTransaction = TypeVar(
"_TSessionTransaction", bound=SessionTransaction
Expand Down

0 comments on commit f6083f9

Please sign in to comment.