Skip to content

Commit

Permalink
fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Dec 5, 2024
1 parent 8d9f2db commit c753348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agoradatatools/gx.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def set_warnings_and_failures(self, checkpoint_result: CheckpointResult) -> None

def _generate_message(
self, result_dict: dict, message_type: str
) -> tuple[str, bool]:
) -> typing.Tuple[str, bool]:
"""Generate message and status for warnings or failures."""
messages = []
for suite_name, fields_dict in result_dict.items():
Expand Down

0 comments on commit c753348

Please sign in to comment.