Skip to content

Commit

Permalink
Linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga authored Oct 17, 2024
1 parent 059c0c8 commit 1965266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion law/workflow/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@ def poll(self) -> None:

# handle scheduler messages, which could change some task parameters
task._handle_scheduler_messages()

# sleep after the first iteration
poll_interval: int | float = task.poll_interval # type: ignore[assignment]
if i > 0:
Expand Down

0 comments on commit 1965266

Please sign in to comment.