Explorar o código

Cleanup Imports

Dan Sheppard %!s(int64=6) %!d(string=hai) anos
pai
achega
d30d79b4e3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 django.test import TestCase
 
 
 from ipam.choices import IPAddressStatusChoices, PrefixStatusChoices
 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
 import netaddr