Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
esheehan-gsl committed Nov 27, 2023
1 parent a9bf88e commit 3ca20d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unified_graphics/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def parse_filters(query: MultiDict) -> dict:
>>> parse_filters(query)
... {"obs_minus_forecast_adjusted": [[0.0, 0.3], [-1.0, 1.0]], "is_used": True}
"""

def parse_value(value):
"""Parse the string value from the query string into a usable filter value"""

Expand Down

0 comments on commit 3ca20d4

Please sign in to comment.