Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Selyss committed Nov 26, 2023
1 parent 06e60da commit 92f9720
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 1 addition & 3 deletions cogs/inquiry.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from nextcord import Interaction, slash_command
from nextcord import slash_command
from nextcord.ext.commands import Bot, Cog
import nextcord
from nextcord.types.components import ButtonStyle
from nextcord.ui import modal

EMBED_COLOR = 0xff88ff

Expand Down
4 changes: 0 additions & 4 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import os
from nextcord import PermissionOverwrite, TextChannel
from typing import List
import nextcord
from nextcord.ext import commands
from nextcord.ext.commands import Bot
from nextcord import SlashOption
from dotenv import load_dotenv

load_dotenv()
Expand Down

0 comments on commit 92f9720

Please sign in to comment.