Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kazet committed Nov 10, 2023
1 parent a7ec0ce commit 2f6e6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artemis/reporting/base/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Report:
report_type: ReportType

# Additional report data - the content depends on the report type
additional_data: Dict[str, Any]
additional_data: Dict[str, Any] = {}
timestamp: Optional[datetime.datetime] = None

# === All following variables are provided automatically, you don't have to provide them when creating a Report
Expand Down

0 comments on commit 2f6e6fb

Please sign in to comment.