diff --git a/core/graphene/object_types.py b/core/graphene/object_types.py index a51023ed..d87d4175 100644 --- a/core/graphene/object_types.py +++ b/core/graphene/object_types.py @@ -10,6 +10,7 @@ from graphene_django.utils import camelize from mptt.querysets import TreeQuerySet from core.models import ( + Address, Attribute, AttributeGroup, AttributeValue, @@ -24,7 +25,7 @@ from core.models import ( Promotion, Stock, Vendor, - Wishlist, Address, + Wishlist, ) logger = __import__("logging").getLogger(__name__)