[V3 Core] Add a much-needed forward reference (#1763)

This commit is contained in:
Tobotimus
2018-06-02 11:20:06 +10:00
committed by GitHub
parent 35e9fab701
commit bcf7ea30c5

View File

@@ -45,7 +45,7 @@ _ = i18n.Translator("Core", __file__)
class CoreLogic: class CoreLogic:
def __init__(self, bot: Red): def __init__(self, bot: "Red"):
self.bot = bot self.bot = bot
async def _load(self, cog_names: list): async def _load(self, cog_names: list):