Skip to content

Commit d8d719b

Browse files
committed
Add future import
1 parent 171ec66 commit d8d719b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto_delete_webhook_messages/auto_delete_webhook_messages.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Automatically delete the annoying [modmail] None on development, etc. messages in #github.
33
"""
4-
4+
from __future__ import annotations
55
from typing import TYPE_CHECKING
66

77
if TYPE_CHECKING:

0 commit comments

Comments
 (0)