Island: Remove disused NodeCreationException

This commit is contained in:
Mike Salvatore 2022-03-25 07:32:19 -04:00
parent 4e489ad62b
commit 9c64ee592f
1 changed files with 0 additions and 4 deletions

View File

@ -340,7 +340,3 @@ class NodeService:
return Monkey.get_label_by_id(endpoint_id)
else:
return NodeService.get_node_label(NodeService.get_node_by_id(endpoint_id))
class NodeCreationException(Exception):
pass