diff --git a/bijoe/engine.py b/bijoe/engine.py index 78863be..27fbcfd 100644 --- a/bijoe/engine.py +++ b/bijoe/engine.py @@ -292,9 +292,6 @@ class EngineCube(object): sql = sql.format(fact_table=self.cube.fact_table, table_expression=table_expression, where_conditions=where_conditions) - sql = sql.format(fact_table=self.cube.fact_table, - table_expression=table_expression, - where_conditions=where_conditions) return sql def query(self, filters, drilldown, measures, **kwargs):