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

9856 cleanup graphene

This commit is contained in:
Arthur
2024-03-11 07:31:38 -07:00
parent 7fa36cada5
commit ccc81e73d1
7 changed files with 32 additions and 157 deletions

View File

@@ -7,7 +7,6 @@ from django.contrib.auth import get_user_model
from django.contrib.contenttypes.models import ContentType
from django.urls import reverse
from django.test import override_settings
# from graphene.types import Dynamic as GQLDynamic, List as GQLList, Union as GQLUnion, String as GQLString, NonNull as GQLNonNull
from rest_framework import status
from rest_framework.test import APIClient