We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed6497f commit 1adaf47Copy full SHA for 1adaf47
src/aiousbwatcher/impl.py
@@ -77,6 +77,7 @@ async def _watcher(self) -> None:
77
| Mask.MOVED_TO
78
| Mask.CREATE
79
| Mask.DELETE_SELF
80
+ | Mask.DELETE
81
| Mask.IGNORED
82
)
83
0 commit comments