Skip to content

Commit

Permalink
Fix a runtime access causing deployment issues (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbstractUmbra authored Aug 2, 2023
1 parent a29fb7f commit 96d29f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/utils/paginator.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
from discord import ui # shortcut because I'm lazy
from discord.ext.commands import CommandError, Paginator as _Paginator # type: ignore # why does this need a stub file?
from discord.utils import MISSING
from typing_extensions import Self

from core import Bot, Context


if TYPE_CHECKING:
from discord.abc import MessageableChannel
from typing_extensions import Self


__all__ = ("CannotPaginate", "Pager", "KVPager", "TextPager")
Expand Down

0 comments on commit 96d29f1

Please sign in to comment.