Remove unused imports

This commit is contained in:
Parker M. 2024-07-12 03:03:54 -05:00
parent 787342be98
commit 0cd223c3a5
No known key found for this signature in database
GPG Key ID: 95CD2E0C7E329F2A

View File

@ -1,9 +1,6 @@
from lavalink import LoadType
import re
from config import OPENAI_API_KEY
import openai
async def add_song_recommendations(
openai_client, bot_user, player, number, inputs, retries: int = 1