Skip to content

Commit f897cbe

Browse files
committed
chore: remove redundant queryset mention
1 parent 8dae704 commit f897cbe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cassandra/cqlengine/models.py

-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ def __get__(self, obj: Any, model: "BaseModel"):
9292
if model.__abstract__:
9393
raise CQLEngineException('cannot execute queries against abstract models')
9494
queryset = model.__queryset__(model)
95-
queryset
9695

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

0 commit comments

Comments
 (0)