forked from p15670423/monkey
Island: Remove disused NodeCreationException
This commit is contained in:
parent
4e489ad62b
commit
9c64ee592f
|
@ -340,7 +340,3 @@ class NodeService:
|
||||||
return Monkey.get_label_by_id(endpoint_id)
|
return Monkey.get_label_by_id(endpoint_id)
|
||||||
else:
|
else:
|
||||||
return NodeService.get_node_label(NodeService.get_node_by_id(endpoint_id))
|
return NodeService.get_node_label(NodeService.get_node_by_id(endpoint_id))
|
||||||
|
|
||||||
|
|
||||||
class NodeCreationException(Exception):
|
|
||||||
pass
|
|
||||||
|
|
Loading…
Reference in New Issue