Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 26, 2024
1 parent 0875891 commit 62c72ff
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion bot/cogs/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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<filename>.*)\b\s+\|\s+[\d]")
Expand Down
1 change: 0 additions & 1 deletion bot/cogs/tickets.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

if TYPE_CHECKING:
from libs.utils import GuildContext, RoboContext

from rodhaj import Rodhaj


Expand Down
1 change: 0 additions & 1 deletion bot/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down

0 comments on commit 62c72ff

Please sign in to comment.