Skip to content

Commit

Permalink
Merge pull request #114 from yjinjo/master
Browse files Browse the repository at this point in the history
Uncomment data model
  • Loading branch information
yjinjo authored Nov 7, 2023
2 parents 90110c4 + 432d6a1 commit 7de6a09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Cost(BaseModel):
resource: Union[str, None] = None
tags: dict = {}
additional_info: dict = {}
# data: dict = {}
data: dict = {}
billed_date: str


Expand Down

0 comments on commit 7de6a09

Please sign in to comment.