Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Jan 6, 2024
1 parent 3aad19b commit fc467ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gphotos_sync/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ def setup(self, args: Namespace, db_path: Path):
if args.compare_folder:
self.local_files_scan = LocalFilesScan(
root_folder,
compare_folder,
compare_folder, # type: ignore
self.data_store, # type: ignore
)

Expand Down

0 comments on commit fc467ad

Please sign in to comment.