Skip to content

Commit 7937559

Browse files
committed
refer to NoSpecExecPlan in the right place after refactor
PYTHON-218
1 parent 88d33c7 commit 7937559

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cassandra/policies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ def next_execution(self, host):
935935
class NoSpeculativeExecutionPolicy(SpeculativeExecutionPolicy):
936936

937937
def new_plan(self, keyspace, statement):
938-
return self.NoSpeculativeExecutionPlan()
938+
return NoSpeculativeExecutionPlan()
939939

940940

941941
class ConstantSpeculativeExecutionPolicy(SpeculativeExecutionPolicy):

0 commit comments

Comments
 (0)