Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
tymmej committed Aug 29, 2023
1 parent 6624e46 commit 26808f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_sync_photos.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@ def versions(self):
file_size="medium",
destination_path=self.destination_path,
files=None,
unique_file_names=False,
)
)

Expand All @@ -488,6 +489,7 @@ def versions(self):
file_size="thumb",
destination_path=self.destination_path,
files=None,
unique_file_names=False,
)
)

Expand Down

0 comments on commit 26808f4

Please sign in to comment.