From 9cf13f70122577d8ea7b3e9ba52b042e0ef08df3 Mon Sep 17 00:00:00 2001 From: samschott Date: Mon, 12 Feb 2024 23:01:09 +0100 Subject: [PATCH] remove unused typ:ignore comment This has become unused with the latest watchdog release. --- src/maestral/sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/maestral/sync.py b/src/maestral/sync.py index 8546e80cf..c651862b5 100644 --- a/src/maestral/sync.py +++ b/src/maestral/sync.py @@ -351,7 +351,7 @@ def _is_ignored(self, event: FileSystemEvent) -> bool: continue if event.event_type == EVENT_TYPE_MOVED and not is_equal_or_child( - event.dest_path, ignore_event.dest_path # type:ignore[attr-defined] + event.dest_path, ignore_event.dest_path ): continue