2
0
Dan Sheppard 6 жил өмнө
parent
commit
d30d79b4e3

+ 1 - 1
netbox/ipam/tests/test_ordering.py

@@ -1,7 +1,7 @@
 from django.test import TestCase
 
 from ipam.choices import IPAddressStatusChoices, PrefixStatusChoices
-from ipam.models import Aggregate, IPAddress, Prefix, RIR, VLAN, VLANGroup, VRF
+from ipam.models import IPAddress, Prefix, VRF
 
 import netaddr