Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmakait committed Oct 24, 2022
1 parent e8c61d5 commit 459f0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributed/nanny.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def __init__( # type: ignore[no-untyped-def]
handlers = {
"instantiate": self.instantiate,
"kill": self.kill,
"restart": self.restart, # TODO: Remove since this is not being used anywhere
"restart": self.restart,
"get_logs": self.get_logs,
# cannot call it 'close' on the rpc side for naming conflict
"terminate": self.close,
Expand Down

0 comments on commit 459f0d3

Please sign in to comment.