We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dae704 commit f897cbeCopy full SHA for f897cbe
cassandra/cqlengine/models.py
@@ -92,7 +92,6 @@ def __get__(self, obj: Any, model: "BaseModel"):
92
if model.__abstract__:
93
raise CQLEngineException('cannot execute queries against abstract models')
94
queryset = model.__queryset__(model)
95
- queryset
96
97
# if this is a concrete polymorphic model, and the discriminator
98
# key is an indexed column, add a filter clause to only return
0 commit comments