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

Fix erroneous import

This commit is contained in:
jeremystretch
2022-07-14 08:36:16 -04:00
parent 3eb6b6c07f
commit be00d1f3c6

View File

@ -1,7 +1,7 @@
from django.contrib.contenttypes.models import ContentType
from rest_framework import serializers
from netbox.api import ContentTypeField
from netbox.api.fields import ContentTypeField
from utilities.utils import content_type_identifier
__all__ = (