瀏覽代碼

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