Skip to content
Snippets Groups Projects
Verified Commit 3cb23ce9 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

STY: Added type definition.

parent dccc2ce8
No related branches found
No related tags found
1 merge request!128MNT: Added a warning when column metadata is not configured, and a better...
Pipeline #58077 failed
......@@ -104,7 +104,7 @@ def _format_exception_table(exceptions: list[tuple], worksheet_title: str,
"type": "", "mess": [""]
})
# Setup for current Exception
curr_err_data = {}
curr_err_data: Any = {}
new_data.append(curr_err_data)
# Get field
if isinstance(row_i, int):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment