diff options
| author | 2023-11-08 11:50:10 +0000 | |
|---|---|---|
| committer | 2023-11-08 11:50:10 +0000 | |
| commit | 9a1b5f49e500d01e879a017b055a5fceff746df8 (patch) | |
| tree | 5986c80aca7158e13b19a59f75cc3a6ca6d0f53e /bot/exts/holidays | |
| parent | Bump rapidfuzz from 3.4.0 to 3.5.2 (#1394) (diff) | |
| parent | Format code with new ruff rules (diff) | |
Merge pull request #1389 from python-discord/dependabot/pip/ruff-0.1.3
Bump ruff from 0.0.292 to 0.1.3
Diffstat (limited to 'bot/exts/holidays')
| -rw-r--r-- | bot/exts/holidays/pride/pride_facts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/holidays/pride/pride_facts.py b/bot/exts/holidays/pride/pride_facts.py index 5be1b085..7dca953b 100644 --- a/bot/exts/holidays/pride/pride_facts.py +++ b/bot/exts/holidays/pride/pride_facts.py @@ -56,7 +56,7 @@ class PrideFacts(commands.Cog): await ctx.send(f"Could not parse option {option}") @staticmethod - def get_fact_embed(day_num: int | None=None) -> discord.Embed: + def get_fact_embed(day_num: int | None = None) -> discord.Embed: """ Makes a embed for the fact on the given day_num to be sent. |