Cleanup Imports

This commit is contained in:
Dan Sheppard 2020-01-29 12:55:19 -06:00
parent 4331082d82
commit 9f0fbcfc91

View File

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