We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0491b73 commit bca516eCopy full SHA for bca516e
1 file changed
techsupport_bot/commands/animal.py
@@ -4,9 +4,10 @@
4
5
from typing import TYPE_CHECKING, Self
6
7
-from core import auxiliary, cogs
8
from discord.ext import commands
9
+from core import auxiliary, cogs
10
+
11
if TYPE_CHECKING:
12
import bot
13
0 commit comments