From fc467adac36eb827c8e059f3aa0e2cf443b6fdad Mon Sep 17 00:00:00 2001 From: Giles Knap Date: Sat, 6 Jan 2024 21:03:33 +0000 Subject: [PATCH] linting --- src/gphotos_sync/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gphotos_sync/__main__.py b/src/gphotos_sync/__main__.py index bd8cd57..3d5ffe3 100644 --- a/src/gphotos_sync/__main__.py +++ b/src/gphotos_sync/__main__.py @@ -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 )