We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 171ec66 commit d8d719bCopy full SHA for d8d719b
auto_delete_webhook_messages/auto_delete_webhook_messages.py
@@ -1,7 +1,7 @@
1
"""
2
Automatically delete the annoying [modmail] None on development, etc. messages in #github.
3
4
-
+from __future__ import annotations
5
from typing import TYPE_CHECKING
6
7
if TYPE_CHECKING:
0 commit comments