mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-19 05:21:55 -06:00
Clean up imports
This commit is contained in:
parent
e50eab2342
commit
eb9538d6da
@ -1,13 +1,11 @@
|
|||||||
import datetime
|
import datetime
|
||||||
import urllib.parse
|
|
||||||
|
|
||||||
from django.urls import reverse
|
|
||||||
from netaddr import IPNetwork
|
from netaddr import IPNetwork
|
||||||
|
|
||||||
from dcim.models import Device, DeviceRole, DeviceType, Manufacturer, Site
|
from dcim.models import Device, DeviceRole, DeviceType, Manufacturer, Site
|
||||||
from ipam.choices import *
|
from ipam.choices import *
|
||||||
from ipam.models import Aggregate, IPAddress, Prefix, RIR, Role, Service, VLAN, VLANGroup, VRF
|
from ipam.models import Aggregate, IPAddress, Prefix, RIR, Role, Service, VLAN, VLANGroup, VRF
|
||||||
from utilities.testing import StandardTestCases, TestCase
|
from utilities.testing import StandardTestCases
|
||||||
|
|
||||||
|
|
||||||
class VRFTestCase(StandardTestCases.Views):
|
class VRFTestCase(StandardTestCases.Views):
|
||||||
|
@ -1,11 +1,10 @@
|
|||||||
import base64
|
import base64
|
||||||
import urllib.parse
|
|
||||||
|
|
||||||
from django.urls import reverse
|
from django.urls import reverse
|
||||||
|
|
||||||
from dcim.models import Device, DeviceRole, DeviceType, Manufacturer, Site
|
from dcim.models import Device, DeviceRole, DeviceType, Manufacturer, Site
|
||||||
from secrets.models import Secret, SecretRole, SessionKey, UserKey
|
from secrets.models import Secret, SecretRole, SessionKey, UserKey
|
||||||
from utilities.testing import StandardTestCases, TestCase
|
from utilities.testing import StandardTestCases
|
||||||
from .constants import PRIVATE_KEY, PUBLIC_KEY
|
from .constants import PRIVATE_KEY, PUBLIC_KEY
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user