We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d33c7 commit 7937559Copy full SHA for 7937559
1 file changed
cassandra/policies.py
@@ -935,7 +935,7 @@ def next_execution(self, host):
935
class NoSpeculativeExecutionPolicy(SpeculativeExecutionPolicy):
936
937
def new_plan(self, keyspace, statement):
938
- return self.NoSpeculativeExecutionPlan()
+ return NoSpeculativeExecutionPlan()
939
940
941
class ConstantSpeculativeExecutionPolicy(SpeculativeExecutionPolicy):
0 commit comments