Features: ;
Fixes: 1) Remove duplicate import of Address; Extra: 1) Reformat import statements for better readability;
This commit is contained in:
parent
0ab8738520
commit
ed1796dbc4
1 changed files with 2 additions and 1 deletions
|
|
@ -10,6 +10,7 @@ from graphene_django.utils import camelize
|
||||||
from mptt.querysets import TreeQuerySet
|
from mptt.querysets import TreeQuerySet
|
||||||
|
|
||||||
from core.models import (
|
from core.models import (
|
||||||
|
Address,
|
||||||
Attribute,
|
Attribute,
|
||||||
AttributeGroup,
|
AttributeGroup,
|
||||||
AttributeValue,
|
AttributeValue,
|
||||||
|
|
@ -24,7 +25,7 @@ from core.models import (
|
||||||
Promotion,
|
Promotion,
|
||||||
Stock,
|
Stock,
|
||||||
Vendor,
|
Vendor,
|
||||||
Wishlist, Address,
|
Wishlist,
|
||||||
)
|
)
|
||||||
|
|
||||||
logger = __import__("logging").getLogger(__name__)
|
logger = __import__("logging").getLogger(__name__)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue