Skip to content

Commit 0eee8e8

Browse files
committed
2 parents 37ed979 + 9c219d9 commit 0eee8e8

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)