mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-21 08:42:32 -05:00
Reformat with Black 2023 formatting changes
This commit is contained in:
@@ -36,7 +36,6 @@ def encode_identifier_data(
|
||||
|
||||
|
||||
class PostgresDriver(BaseDriver):
|
||||
|
||||
_pool: Optional["asyncpg.pool.Pool"] = None
|
||||
|
||||
@classmethod
|
||||
|
||||
@@ -430,7 +430,6 @@ class RedHelpFormatter(HelpFormatterABC):
|
||||
await self.make_and_send_embeds(ctx, emb, help_settings=help_settings)
|
||||
|
||||
else: # Code blocks:
|
||||
|
||||
subtext = None
|
||||
subtext_header = None
|
||||
if subcommands:
|
||||
|
||||
@@ -58,6 +58,7 @@ log = logging.getLogger("red.core.utils")
|
||||
_T = TypeVar("_T")
|
||||
_S = TypeVar("_S")
|
||||
|
||||
|
||||
# Benchmarked to be the fastest method.
|
||||
def deduplicate_iterables(*iterables):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user