Skip to content

Commit

Permalink
remove unused typ:ignore comment
Browse files Browse the repository at this point in the history
This has become unused with the latest watchdog release.
  • Loading branch information
samschott committed Feb 12, 2024
1 parent 14946c2 commit 9cf13f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/maestral/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9cf13f7

Please sign in to comment.