Delete obsolete LoopDetected exception

This commit is contained in:
Jeremy Stretch 2020-10-08 15:01:55 -04:00
parent 430fd8c848
commit e8e9a450dd

View File

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