mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-08 14:23:13 +03:00
Revert import order change in test_fields.py
This commit is contained in:
parent
e4f9bbea96
commit
0deb67a5be
|
@ -1,9 +1,7 @@
|
|||
from datetime import datetime
|
||||
|
||||
import pytest
|
||||
# for annotation test
|
||||
from django.db.models import TextField, Value
|
||||
from django.db.models.functions import Concat
|
||||
|
||||
from graphene import (Argument, Boolean, Field, Float, ObjectType, Schema,
|
||||
String)
|
||||
from graphene.relay import Node
|
||||
|
@ -14,6 +12,10 @@ from graphene_django.forms import (GlobalIDFormField,
|
|||
from graphene_django.tests.models import Article, Pet, Reporter
|
||||
from graphene_django.utils import DJANGO_FILTER_INSTALLED
|
||||
|
||||
# for annotation test
|
||||
from django.db.models import TextField, Value
|
||||
from django.db.models.functions import Concat
|
||||
|
||||
pytestmark = []
|
||||
|
||||
if DJANGO_FILTER_INSTALLED:
|
||||
|
|
Loading…
Reference in New Issue
Block a user