mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-23 11:13:51 -05:00
[V3] Actually add compatibility with 3.5.1 (#1155)
* Fix 3.5.1 issue with TYPE_CHECKING * I hate you * Smarter...
This commit is contained in:
@@ -18,9 +18,8 @@ from redbot.core import rpc
|
||||
from redbot.core import __version__
|
||||
from redbot.core.context import RedContext
|
||||
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
from redbot.core.utils.chat_formatting import pagify, box
|
||||
from .utils import TYPE_CHECKING
|
||||
from .utils.chat_formatting import pagify, box
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from redbot.core.bot import Red
|
||||
|
||||
Reference in New Issue
Block a user