remove unused typ:ignore comment

This has become unused with the latest watchdog release.
This commit is contained in:
samschott 2024-02-12 23:01:09 +01:00
parent 14946c2892
commit 9cf13f7012
No known key found for this signature in database
GPG Key ID: 455100A147F0A99C

View File

@ -351,7 +351,7 @@ class FSEventHandler(FileSystemEventHandler):
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