From 534711d4440b7a01bd1c46de7e990dc6ba5f3a99 Mon Sep 17 00:00:00 2001 From: "{{ github.actor }}" Date: Mon, 5 Aug 2024 09:36:45 +0000 Subject: [PATCH] Style Reformatting --- info/mod.py | 2 +- info/utils.py | 2 +- info/views.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/info/mod.py b/info/mod.py index c400909..bb99f5e 100644 --- a/info/mod.py +++ b/info/mod.py @@ -27,8 +27,8 @@ from typing import List, Optional, Tuple, cast import discord -from redbot.core.bot import Red from redbot.cogs.mod.mod import Mod +from redbot.core.bot import Red from redbot.core.utils.common_filters import escape_spoilers_and_mass_mentions diff --git a/info/utils.py b/info/utils.py index 57a1b9b..9c3729d 100644 --- a/info/utils.py +++ b/info/utils.py @@ -28,7 +28,7 @@ from redbot.core import app_commands from redbot.core.bot import Red -SEINA: Final[int] = 759180080328081450 # to auto add emojis to my bot(s) +SEINA: Final[int] = 759180080328081450 # to auto add emojis to my bot(s) def guild_only_and_has_embed_links(interaction: discord.Interaction[Red]) -> bool: diff --git a/info/views.py b/info/views.py index 7c4a833..08b63e3 100644 --- a/info/views.py +++ b/info/views.py @@ -29,11 +29,11 @@ from typing import TYPE_CHECKING, Any, Dict, List, Optional, Set, Tuple, Union, cast import discord +from redbot.cogs.downloader.downloader import Downloader from redbot.core import commands from redbot.core.bot import Red from redbot.core.tree import RedTree from redbot.core.utils import AsyncIter, views -from redbot.cogs.downloader.downloader import Downloader from redbot.core.utils.chat_formatting import box, humanize_list, pagify from redbot.core.utils.common_filters import filter_invites