Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiGlobus committed Nov 19, 2024
1 parent 95bd187 commit 861dda8
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -379,8 +379,12 @@ def start(
self.run_dir = run_dir
self.endpoint_id = endpoint_id

self.outgoing_q = zmq_pipes.TasksOutgoing("localhost", self.interchange_port_range)
self.incoming_q = zmq_pipes.ResultsIncoming("localhost", self.interchange_port_range)
self.outgoing_q = zmq_pipes.TasksOutgoing(
"localhost", self.interchange_port_range
)
self.incoming_q = zmq_pipes.ResultsIncoming(
"localhost", self.interchange_port_range
)
self.command_client = zmq_pipes.CommandClient(
"localhost", self.interchange_port_range
)
Expand Down

0 comments on commit 861dda8

Please sign in to comment.