Skip to content

Commit

Permalink
remove bad import
Browse files Browse the repository at this point in the history
  • Loading branch information
mralext20 committed Sep 11, 2023
1 parent 59e426e commit ce9dbcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alexBot/cogs/voiceTTS.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from discord import app_commands

from alexBot.classes import googleVoices
from alexBot.database import UserConfig, async_session, select, ServerTTSOverride
from alexBot.database import UserConfig, async_session, select
from alexBot.tools import Cog

log = logging.getLogger(__name__)
Expand Down

0 comments on commit ce9dbcb

Please sign in to comment.