Skip to content

Commit 9fd5c30

Browse files
style(pre-commit): auto fixes from pre-commit.com hooks
1 parent bb033f6 commit 9fd5c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/incidents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from __future__ import annotations
22

33
import datetime
4-
from typing import TYPE_CHECKING, Optional
4+
from typing import TYPE_CHECKING
55

66
if TYPE_CHECKING:
77
from .guild import Guild

0 commit comments

Comments
 (0)