1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

#6732 - Fix imports and other small items

This commit is contained in:
Daniel Sheppard
2021-10-29 14:54:55 -05:00
parent a30e7bf34f
commit 3991115ae5
11 changed files with 8 additions and 23 deletions

View File

@@ -14,7 +14,7 @@ from django.views.generic import View
from circuits.models import Circuit
from extras.views import ObjectChangeLogView, ObjectConfigContextView, ObjectJournalView
from ipam.models import IPAddress, Prefix, Service, VLAN, ASN
from ipam.models import ASN, IPAddress, Prefix, Service, VLAN
from ipam.tables import InterfaceIPAddressTable, InterfaceVLANTable
from netbox.views import generic
from utilities.forms import ConfirmationForm