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

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

@@ -9,7 +9,7 @@ from django.urls import reverse
from extras.choices import ObjectChangeActionChoices
from extras.models import ObjectChange
from users.models import ObjectPermission
from utilities.forms.choices import ImportFormatChoices
from utilities.choices import ImportFormatChoices
from .base import ModelTestCase
from .utils import disable_warnings, post_data