mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2026-01-21 15:42:59 -05:00
Bump black to 20.8b1 (and reformat) (#4371)
* Bump black version * Reformat with black
This commit is contained in:
@@ -623,7 +623,10 @@ class RedHelpFormatter(HelpFormatterABC):
|
||||
|
||||
@staticmethod
|
||||
async def help_filter_func(
|
||||
ctx, objects: Iterable[SupportsCanSee], help_settings: HelpSettings, bypass_hidden=False,
|
||||
ctx,
|
||||
objects: Iterable[SupportsCanSee],
|
||||
help_settings: HelpSettings,
|
||||
bypass_hidden=False,
|
||||
) -> AsyncIterator[SupportsCanSee]:
|
||||
"""
|
||||
This does most of actual filtering.
|
||||
|
||||
Reference in New Issue
Block a user