We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40fd512 commit 3b23759Copy full SHA for 3b23759
netbox_custom_objects/views.py
@@ -28,7 +28,6 @@
28
from . import field_types, filtersets, forms, tables
29
from .models import CustomObject, CustomObjectType, CustomObjectTypeField
30
from extras.choices import CustomFieldTypeChoices
31
-from netbox_custom_objects.api.serializers import get_serializer_class
32
from netbox_custom_objects.constants import APP_LABEL
33
34
logger = logging.getLogger("netbox_custom_objects.views")
0 commit comments