Skip to content

Commit aa06a6f

Browse files
committed
Modified imports
1 parent 1b86b70 commit aa06a6f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

core/paginator.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
import typing
22
from asyncio import TimeoutError
33

4-
from discord import Embed, Message, HTTPException, InvalidArgument, Reaction
4+
from discord import User, Reaction, Message, Embed
5+
from discord import HTTPException, InvalidArgument
56
from discord.ext import commands
67

7-
from core.models import User
8-
98

109
class PaginatorSession:
1110
"""

0 commit comments

Comments
 (0)