Skip to content

Commit

Permalink
chore: remove redundant queryset mention
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentRPS authored and fruch committed May 30, 2024
1 parent d47b63c commit e7efcf0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cassandra/cqlengine/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ def __get__(self, obj: Any, model: "BaseModel"):
if model.__abstract__:
raise CQLEngineException('cannot execute queries against abstract models')
queryset = model.__queryset__(model)
queryset

# if this is a concrete polymorphic model, and the discriminator
# key is an indexed column, add a filter clause to only return
Expand Down

0 comments on commit e7efcf0

Please sign in to comment.