Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
farahats9 committed Mar 31, 2023
2 parents 37ed979 + 9c219d9 commit 0eee8e8
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 0eee8e8

Please sign in to comment.