mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-28 11:26:26 -06:00
Cleanup Imports
This commit is contained in:
parent
4331082d82
commit
9f0fbcfc91
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user