Skip to content

Commit

Permalink
Merge pull request #54 from joeyjurjens/master
Browse files Browse the repository at this point in the history
black
  • Loading branch information
joeyjurjens authored Nov 20, 2024
2 parents df48469 + cc447e5 commit 897cb99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion oscar_odin/resources/catalogue.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ class Meta:
)
date_created: Optional[datetime]

product: Optional["ProductResource"] = odin.DictAs.delayed(lambda: ProductResource, null=True)
product: Optional["ProductResource"] = odin.DictAs.delayed(
lambda: ProductResource, null=True
)


class CategoryResource(OscarCatalogueResource):
Expand Down

0 comments on commit 897cb99

Please sign in to comment.