[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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