Skip to content

Commit

Permalink
Merge ef1474d into b3c7d43
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Jun 25, 2019
2 parents b3c7d43 + ef1474d commit 2d05250
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions spinnaker_graph_front_end/spinnaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,16 +102,6 @@ def is_allocated_machine(self):
"""
return _is_allocated_machine(self.config)

def add_socket_address(self, socket_address):
""" Add a socket address to the list to be checked by the notification\
protocol.
:param socket_address: the socket address
:type socket_address:
:rtype: None
"""
self._add_socket_address(socket_address)

def run(self, run_time):
""" Run a simulation for a fixed amount of time
Expand Down

0 comments on commit 2d05250

Please sign in to comment.