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

Clean up imports

This commit is contained in:
jeremystretch
2021-11-18 16:48:29 -05:00
parent 98a830a6a0
commit beca978af5
14 changed files with 17 additions and 27 deletions

View File

@@ -2,9 +2,7 @@ from dcim.models import Device, Interface, Location, Site
from extras.forms import CustomFieldModelForm
from extras.models import Tag
from ipam.models import VLAN
from utilities.forms import (
BootstrapMixin, DynamicModelChoiceField, DynamicModelMultipleChoiceField, SlugField, StaticSelect,
)
from utilities.forms import DynamicModelChoiceField, DynamicModelMultipleChoiceField, SlugField, StaticSelect
from wireless.models import *
__all__ = (