Skip to content

Commit

Permalink
added start and end dates fields to allusage
Browse files Browse the repository at this point in the history
  • Loading branch information
dlpbc committed Oct 2, 2024
1 parent 0a6465f commit e93f131
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rctab_models/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ class AllUsage(BaseModel):
"""A wrapper for a list of Usage objects."""

usage_list: List[Usage]
start_date: datetime.date
end_date: datetime.date


class CMUsage(HashBaseModel):
Expand Down

0 comments on commit e93f131

Please sign in to comment.