Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed Jan 15, 2025
1 parent fa12538 commit bba0050
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def _dump_writes(
task_id: str,
task_path: str,
writes: Sequence[tuple[str, Any]],
) -> list[tuple[str, str, str, str, int, str, str, bytes]]:
) -> list[tuple[str, str, str, str, str, int, str, str, bytes]]:
return [
(
thread_id,
Expand Down

0 comments on commit bba0050

Please sign in to comment.