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 Jul 18, 2023
1 parent b1a24a6 commit aa440e5
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 aa440e5

Please sign in to comment.