Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
brettedw committed Oct 25, 2024
1 parent ff52bfd commit eb3a329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/app/sfms/date_range_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

class BUIDateRangeProcessor:
"""
Encapsulates logic for iterating over a date range and performing some unit of work.
Class for calculating/generating forecasted DMC/DC/BUI rasters for a date range
"""

def __init__(self, start_datetime: datetime, days: int):
Expand Down

0 comments on commit eb3a329

Please sign in to comment.