Skip to content

Commit

Permalink
Fixes cyclic import error
Browse files Browse the repository at this point in the history
  • Loading branch information
specialunderwear committed Mar 20, 2024
1 parent 68c7f4c commit 2a9eca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oscarapi/serializers/product.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
from oscarapi.utils.files import file_hash
from oscarapi.utils.exists import find_existing_attribute_option_group
from oscarapi.utils.accessors import getitems
from oscarapi.utils.attributes import AttributeConverter
from oscarapi.serializers.fields import DrillDownHyperlinkedIdentityField
from oscarapi.utils.attributes import AttributeConverter
from oscarapi.serializers.utils import (
OscarModelSerializer,
OscarHyperlinkedModelSerializer,
Expand Down

0 comments on commit 2a9eca5

Please sign in to comment.