Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter committed Nov 15, 2023
1 parent a5aba26 commit 351c3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aggrec/aggregates.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class AggregateType(str, Enum):
class AggregateMetadataResponse(BaseModel):
aggregate_id: str
aggregate_type: AggregateType
created: str
created: Optional[datetime]
creator: str
headers: dict
content_type: str
Expand Down

0 comments on commit 351c3a7

Please sign in to comment.