We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48423f commit 9c219d9Copy full SHA for 9c219d9
sqlmodel/sql/expression.py
@@ -22,8 +22,6 @@
22
23
_TSelect = TypeVar("_TSelect")
24
25
-# Workaround Generics incompatibility in Python 3.6
26
-# Ref: https://github.com/python/typing/issues/449#issuecomment-316061322
27
class Select(_Select[_TSelect], Generic[_TSelect]):
28
inherit_cache = True
29
0 commit comments