Skip to content

Commit

Permalink
linting tools
Browse files Browse the repository at this point in the history
  • Loading branch information
FirePlank committed Oct 26, 2023
1 parent a12979f commit 0062559
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bot/extensions/polls/commands.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import discord
from discord import app_commands, ui
from discord import app_commands
from discord.ext import commands

from bot import core
Expand Down
2 changes: 1 addition & 1 deletion bot/extensions/polls/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ async def create_poll(self, interaction: discord.Interaction, _button: ui.Button

# Delete the original message
await interaction.response.defer()
await interaction.delete_original_response()
await interaction.delete_original_response()

0 comments on commit 0062559

Please sign in to comment.