Relocate ImportFormatChoices

This commit is contained in:
jeremystretch
2022-12-14 09:30:10 -05:00
parent 064e3ff605
commit 47dfb89c52
7 changed files with 21 additions and 22 deletions

View File

@@ -17,7 +17,7 @@ from dcim.constants import *
from dcim.models import *
from ipam.models import ASN, RIR, VLAN, VRF
from tenancy.models import Tenant
from utilities.forms.choices import ImportFormatChoices
from utilities.choices import ImportFormatChoices
from utilities.testing import ViewTestCases, create_tags, create_test_device, post_data
from wireless.models import WirelessLAN