mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 02:48:38 -06:00
Remove errant import
This commit is contained in:
parent
b0f7d82c2d
commit
3a8db56682
@ -175,7 +175,6 @@ class CustomFieldModelSerializer(ValidatedModelSerializer):
|
||||
)
|
||||
|
||||
def create(self, validated_data):
|
||||
from django.db.models.query import QuerySet
|
||||
|
||||
with transaction.atomic():
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user