Skip to content

Commit

Permalink
ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
dogversioning committed Aug 20, 2024
1 parent 4456f0e commit 36b4e4c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cumulus_library_covid/counts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 36b4e4c

Please sign in to comment.