[CogManager] Fix return type-hint (#2319)

This commit is contained in:
bobloy 2019-01-18 19:47:58 -05:00 committed by Toby Harradine
parent 3dba09d19d
commit abcf179042

View File

@ -62,7 +62,7 @@ class CoreLogic:
async def _load( async def _load(
self, cog_names: Iterable[str] self, cog_names: Iterable[str]
) -> Tuple[List[str], List[str], List[str], List[str]]: ) -> Tuple[List[str], List[str], List[str], List[str], List[Tuple[str, str]]]:
""" """
Loads cogs by name. Loads cogs by name.
Parameters Parameters