We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4695252 commit f6083f9Copy full SHA for f6083f9
sqlalchemy-stubs/orm/session.pyi
@@ -39,7 +39,7 @@ _T = TypeVar("_T")
39
_M = TypeVar("_M")
40
_TSession = TypeVar("_TSession", bound=Session)
41
_TSessionNoIoTypingCommon = TypeVar(
42
- "_TSession", bound=_SessionNoIoTypingCommon
+ "_TSessionNoIoTypingCommon", bound=_SessionNoIoTypingCommon
43
)
44
_TSessionTransaction = TypeVar(
45
"_TSessionTransaction", bound=SessionTransaction
0 commit comments