Clean up imports

This commit is contained in:
Jeremy Stretch
2020-01-31 15:59:26 -05:00
parent e50eab2342
commit eb9538d6da
2 changed files with 2 additions and 5 deletions

View File

@@ -1,13 +1,11 @@
import datetime
import urllib.parse
from django.urls import reverse
from netaddr import IPNetwork
from dcim.models import Device, DeviceRole, DeviceType, Manufacturer, Site
from ipam.choices import *
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):