Skip to content

Commit f728e6f

Browse files
committed
🐛 Fix imports
1 parent 03ee49a commit f728e6f

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
@@ -27,7 +27,7 @@
2727
import datetime
2828
from typing import TYPE_CHECKING
2929

30-
from .utils import parse_time
30+
from .utils.private import parse_time
3131

3232
if TYPE_CHECKING:
3333
from .types.guild import IncidentsData as IncidentsDataPayload

0 commit comments

Comments
 (0)