Delete obsolete LoopDetected exception

This commit is contained in:
Jeremy Stretch 2020-10-08 15:01:55 -04:00
parent a716ca705c
commit 44caa402d0

View File

@ -1,5 +0,0 @@
class LoopDetected(Exception):
"""
A loop has been detected while tracing a cable path.
"""
pass