Skip to content

Commit 62c72ff

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0875891 commit 62c72ff

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

bot/cogs/admin.py

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
from discord.ext import commands
1111
from discord.ext.commands import Greedy
1212
from libs.utils import RoboContext
13-
1413
from rodhaj import Rodhaj
1514

1615
GIT_PULL_REGEX = re.compile(r"\s+(?P<filename>.*)\b\s+\|\s+[\d]")

bot/cogs/tickets.py

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
if TYPE_CHECKING:
2222
from libs.utils import GuildContext, RoboContext
23-
2423
from rodhaj import Rodhaj
2524

2625

bot/launcher.py

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from aiohttp import ClientSession
88
from libs.utils import KeyboardInterruptHandler, RodhajLogger
99
from libs.utils.config import RodhajConfig
10-
1110
from rodhaj import Rodhaj
1211

1312
if os.name == "nt":

0 commit comments

Comments
 (0)