Commit 1da4ea3
## Description
The type annotation for `actor_location_tracker` is currently
`ActorLocationTracker`, but it should be
`ray.actor.ActorHandle[ActorLocationTracker]`. This PR fixes that issue.
Signed-off-by: Balaji Veeramani <[email protected]>
Signed-off-by: elliot-barn <[email protected]>
1 parent dfe742c commit 1da4ea3
File tree
1 file changed
+1
-1
lines changed- python/ray/data/_internal/execution/operators
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
543 | 543 | | |
544 | 544 | | |
545 | 545 | | |
546 | | - | |
| 546 | + | |
547 | 547 | | |
548 | 548 | | |
549 | 549 | | |
| |||
0 commit comments