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 Dec 12, 2023
1 parent 7998599 commit 47f9404
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion bot/cogs/dev_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from discord.ext import commands
from discord.ext.commands import Context, Greedy
from libs.utils import RoboContext, RoboView

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 @@ -11,7 +11,6 @@

if TYPE_CHECKING:
from libs.utils import 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 @@ -8,7 +8,6 @@
from discord.ext import commands
from discord.utils import format_dt
from libs.utils import Embed, RoboContext, human_timedelta

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 @@ -6,7 +6,6 @@
from aiohttp import ClientSession
from environs import Env
from libs.utils import RodhajLogger

from rodhaj import Rodhaj

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

0 comments on commit 47f9404

Please sign in to comment.