mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-24 08:25:17 -06:00
Remove excess import
This commit is contained in:
parent
b335b675ca
commit
3ca03d3d89
@ -4,7 +4,7 @@ from circuits.models import *
|
||||
from dcim.choices import LinkStatusChoices
|
||||
from dcim.models import *
|
||||
from dcim.svg import CableTraceSVG
|
||||
from dcim.utils import object_to_path_node, path_node_to_object
|
||||
from dcim.utils import object_to_path_node
|
||||
|
||||
|
||||
class CablePathTestCase(TestCase):
|
||||
|
Loading…
Reference in New Issue
Block a user