Skip to content

Commit

Permalink
typing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
awaelchli committed Jul 11, 2024
1 parent 338a6b2 commit 52b4b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/litdata/streaming/resolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ def _resolve_time_template(path: str) -> str:
def _execute(
name: str,
num_nodes: int,
machine: Optional[Machine] = None,
machine: Optional["Machine"] = None,
command: Optional[str] = None,
) -> None:
"""Remotely execute the current operator."""
Expand Down

0 comments on commit 52b4b86

Please sign in to comment.