Преглед изворни кода

Delete obsolete LoopDetected exception

Jeremy Stretch пре 5 година
родитељ
комит
44caa402d0
1 измењених фајлова са 0 додато и 5 уклоњено
  1. 0 5
      netbox/dcim/exceptions.py

+ 0 - 5
netbox/dcim/exceptions.py

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