mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 10:17:59 -05:00
[V3] Use typing.TYPE_CHECKING instead of utils.TYPE_CHECKING (#1778)
Not needed any more as we no longer support python<3.6
This commit is contained in:
@@ -9,10 +9,6 @@ import logging
|
||||
import appdirs
|
||||
|
||||
from .json_io import JsonIO
|
||||
from .utils import TYPE_CHECKING
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from . import Config
|
||||
|
||||
__all__ = [
|
||||
"load_basic_configuration",
|
||||
|
||||
Reference in New Issue
Block a user