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

@ -7,8 +7,8 @@ import yaml
from django import forms
from django.utils.translation import gettext as _
from utilities.choices import ImportFormatChoices
from utilities.forms.utils import parse_csv
from .choices import ImportFormatChoices
from .widgets import APISelect, APISelectMultiple, ClearableFileInput, StaticSelect
__all__ = (