mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-18 13:06:30 -06:00
Fix erroneous import
This commit is contained in:
parent
3eb6b6c07f
commit
be00d1f3c6
@ -1,7 +1,7 @@
|
|||||||
from django.contrib.contenttypes.models import ContentType
|
from django.contrib.contenttypes.models import ContentType
|
||||||
from rest_framework import serializers
|
from rest_framework import serializers
|
||||||
|
|
||||||
from netbox.api import ContentTypeField
|
from netbox.api.fields import ContentTypeField
|
||||||
from utilities.utils import content_type_identifier
|
from utilities.utils import content_type_identifier
|
||||||
|
|
||||||
__all__ = (
|
__all__ = (
|
||||||
|
Loading…
Reference in New Issue
Block a user