diff --git a/cumulus_library_covid/counts.py b/cumulus_library_covid/counts.py index 412f4dc..58a4080 100644 --- a/cumulus_library_covid/counts.py +++ b/cumulus_library_covid/counts.py @@ -99,9 +99,7 @@ def count_symptom(self, duration="week"): ] return self.count_encounter(view_name, from_table, cols) - def prepare_queries( - self, *args, **kwargs - ): + def prepare_queries(self, *args, **kwargs): self.queries = [ self.count_dx("month"), self.count_dx("week"),