Skip to content

Commit 9c219d9

Browse files
farahats9sbor23
andauthored
Update sqlmodel/sql/expression.py
Co-authored-by: Stefan Borer <[email protected]>
1 parent b48423f commit 9c219d9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sqlmodel/sql/expression.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222

2323
_TSelect = TypeVar("_TSelect")
2424

25-
# Workaround Generics incompatibility in Python 3.6
26-
# Ref: https://github.com/python/typing/issues/449#issuecomment-316061322
2725
class Select(_Select[_TSelect], Generic[_TSelect]):
2826
inherit_cache = True
2927

0 commit comments

Comments
 (0)