mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
[CogManager] Fix return type-hint (#2319)
This commit is contained in:
parent
3dba09d19d
commit
abcf179042
@ -62,7 +62,7 @@ class CoreLogic:
|
||||
|
||||
async def _load(
|
||||
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.
|
||||
Parameters
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user