From 97ed36d27d1f2f072649370f9067ea50d938cb0a Mon Sep 17 00:00:00 2001 From: Devon Fulcher Date: Wed, 13 Sep 2023 13:50:26 -0500 Subject: [PATCH] format updates --- metricflow/specs/query_interface.py | 1 - 1 file changed, 1 deletion(-) diff --git a/metricflow/specs/query_interface.py b/metricflow/specs/query_interface.py index 985d844ecf..ee55a52086 100644 --- a/metricflow/specs/query_interface.py +++ b/metricflow/specs/query_interface.py @@ -28,7 +28,6 @@ def grain(self) -> Optional[TimeGranularity]: raise NotImplementedError - class QueryInterfaceDimension(Protocol): """Represents the interface for Dimension in the query interface."""