mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-24 08:25:17 -06:00
Remove logging import
This commit is contained in:
parent
3ca03d3d89
commit
b32ecb50fb
@ -478,11 +478,8 @@ class CablePath(models.Model):
|
||||
Cable or WirelessLink connects (interfaces, console ports, circuit termination, etc.). All terminations must be
|
||||
of the same type and must belong to the same parent object.
|
||||
"""
|
||||
import logging
|
||||
from circuits.models import CircuitTermination
|
||||
|
||||
logger = logging.getLogger('netbox.dcim.cablepath')
|
||||
|
||||
if not terminations:
|
||||
return None
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user