mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-18 13:06:30 -06:00
Cleanup Imports
This commit is contained in:
parent
23155551d1
commit
d30d79b4e3
@ -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