Skip to content

Commit 362f5b4

Browse files
author
Dylan
committed
isort
1 parent 7326439 commit 362f5b4

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

netbox_inventory/forms/bulk.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
from django import forms
2+
from django.core.exceptions import ObjectDoesNotExist
3+
from django.utils.text import slugify
4+
15
from dcim.models import (
26
Device,
37
DeviceType,
@@ -11,9 +15,6 @@
1115
RackType,
1216
Site,
1317
)
14-
from django import forms
15-
from django.core.exceptions import ObjectDoesNotExist
16-
from django.utils.text import slugify
1718
from netbox.forms import NetBoxModelBulkEditForm, NetBoxModelImportForm
1819
from tenancy.models import Contact, ContactGroup, Tenant
1920
from utilities.forms import add_blank_choice

0 commit comments

Comments
 (0)