From 62c72ff2c8f065f58cf41b667e08bf96381fe205 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 09:35:05 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- bot/cogs/admin.py | 1 - bot/cogs/tickets.py | 1 - bot/launcher.py | 1 - 3 files changed, 3 deletions(-) diff --git a/bot/cogs/admin.py b/bot/cogs/admin.py index 7725121..9a2dcd7 100644 --- a/bot/cogs/admin.py +++ b/bot/cogs/admin.py @@ -10,7 +10,6 @@ from discord.ext import commands from discord.ext.commands import Greedy from libs.utils import RoboContext - from rodhaj import Rodhaj GIT_PULL_REGEX = re.compile(r"\s+(?P.*)\b\s+\|\s+[\d]") diff --git a/bot/cogs/tickets.py b/bot/cogs/tickets.py index 06222fa..ffb4dfb 100644 --- a/bot/cogs/tickets.py +++ b/bot/cogs/tickets.py @@ -20,7 +20,6 @@ if TYPE_CHECKING: from libs.utils import GuildContext, RoboContext - from rodhaj import Rodhaj diff --git a/bot/launcher.py b/bot/launcher.py index 1eda098..affeb02 100644 --- a/bot/launcher.py +++ b/bot/launcher.py @@ -7,7 +7,6 @@ from aiohttp import ClientSession from libs.utils import KeyboardInterruptHandler, RodhajLogger from libs.utils.config import RodhajConfig - from rodhaj import Rodhaj if os.name == "nt":