Skip to content

Commit

Permalink
ran black check again #338
Browse files Browse the repository at this point in the history
  • Loading branch information
asuresh-code committed Oct 16, 2024
1 parent cd5c992 commit f36ff01
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ class NewCatalogueItemIn(CreatedModifiedTimeInMixin, NewCatalogueItemBase):
Input database model for a catalogue item.
"""


class OldCatalogueItemBase(BaseModel):
"""
Base database model for a catalogue item.
Expand Down Expand Up @@ -148,6 +149,7 @@ def serialize_url(self, url: HttpUrl):
"""
return url if url is None else str(url)


class OldCatalogueItemOut(CreatedModifiedTimeOutMixin, OldCatalogueItemBase):
"""
Output database model for a catalogue item.
Expand Down

0 comments on commit f36ff01

Please sign in to comment.