Dan Sheppard před 6 roky
rodič
revize
d30d79b4e3
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      netbox/ipam/tests/test_ordering.py

+ 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