Cleanup Imports

This commit is contained in:
Dan Sheppard 2020-01-29 12:55:19 -06:00
parent 23155551d1
commit d30d79b4e3

View File

@ -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