Skip to content

Commit bca516e

Browse files
committed
Fix formatting
1 parent 0491b73 commit bca516e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

techsupport_bot/commands/animal.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44

55
from typing import TYPE_CHECKING, Self
66

7-
from core import auxiliary, cogs
87
from discord.ext import commands
98

9+
from core import auxiliary, cogs
10+
1011
if TYPE_CHECKING:
1112
import bot
1213

0 commit comments

Comments
 (0)