Skip to content

Commit

Permalink
Update sqlmodel/sql/expression.py
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Borer <[email protected]>
  • Loading branch information
farahats9 and sbor23 authored Mar 31, 2023
1 parent b48423f commit 9c219d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sqlmodel/sql/expression.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@

_TSelect = TypeVar("_TSelect")

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

Expand Down

0 comments on commit 9c219d9

Please sign in to comment.