removed unused template
diff --git a/templates/alter_replication_factor.cql.j2 b/templates/alter_replication_factor.cql.j2 index 34ec1df..1690224 100644 --- a/templates/alter_replication_factor.cql.j2 +++ b/templates/alter_replication_factor.cql.j2
@@ -1,3 +1,3 @@ ALTER KEYSPACE {{ keyspace }} WITH REPLICATION = { 'class': 'NetworkTopologyStrategy', 'dc-1': {{ replication_factor }}, 'dc-2': {{ replication_factor }} }; -CONSISTENCY {{ consistency }} +CONSISTENCY {{ consistency }};