Skip to content

Commit 8a199c1

Browse files
committed
undo an oopsies
1 parent 21357e8 commit 8a199c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/bot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"""
2323
from __future__ import annotations
2424

25-
import asyncio
2625
import json
2726
import pathlib
2827
from collections import deque
@@ -39,6 +38,8 @@
3938

4039

4140
if TYPE_CHECKING:
41+
import mystbin
42+
from queue import Queue
4243
from logging import LogRecord
4344

4445

0 commit comments

Comments
 (0)