Skip to content

Commit

Permalink
update image class to check on azure url (#30)
Browse files Browse the repository at this point in the history
Co-authored-by: gireg.roussel <gireg.roussel@octo.com>
  • Loading branch information
Arthemide and gireg.roussel authored Aug 21, 2024
1 parent b3ecd5a commit 737b548
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/yarrow/yarrow_cls.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def __eq__(self, other):
if isinstance(other, Image):
return all(
(
self.azure_url == other.azure_url,
self.file_name == other.file_name,
self.width == other.width,
self.height == other.height,
Expand Down

0 comments on commit 737b548

Please sign in to comment.