Skip to content

Commit

Permalink
ruff: lint checks
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzhang13 committed Dec 18, 2024
1 parent 9786669 commit 6c905bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/discord-cluster-manager/cogs/misc_cog.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from consts import DATABASE_URL
from discord import app_commands
from discord.ext import commands
from utils import setup_logging, send_discord_message
from utils import send_discord_message, setup_logging

logger = setup_logging()

Expand Down
2 changes: 1 addition & 1 deletion src/discord-cluster-manager/cogs/verify_run_cog.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from cogs.modal_cog import ModalCog
from discord import app_commands
from discord.ext import commands
from utils import setup_logging, send_discord_message
from utils import send_discord_message, setup_logging

logger = setup_logging()

Expand Down

0 comments on commit 6c905bc

Please sign in to comment.