Skip to content

Commit

Permalink
Update local_scheduler.py (#841)
Browse files Browse the repository at this point in the history
apply patch.
  • Loading branch information
yikaiMeta authored Mar 4, 2024
1 parent 6f5f70a commit b1e4db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchx/schedulers/local_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ class PopenProtocol(Protocol):
the a list of interface methods that the process scheduled by the `LocalScheduler`
must implement.
"""

@property
def pid(self) -> int:
...
Expand Down

0 comments on commit b1e4db5

Please sign in to comment.