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 Jul 2, 2024
1 parent e7c5941 commit b20725c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 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/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@

if TYPE_CHECKING:
from cogs.tickets import Tickets

from rodhaj import Rodhaj


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/cogs/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from discord.utils import format_dt
from libs.utils import Embed, RoboContext, human_timedelta, is_docker
from pygit2.enums import SortMode

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, init

if os.name == "nt":
Expand Down

0 comments on commit b20725c

Please sign in to comment.