diff --git a/royalnet/commands/play.py b/royalnet/commands/play.py index 9ce5e2bc..6336e2ed 100644 --- a/royalnet/commands/play.py +++ b/royalnet/commands/play.py @@ -1,7 +1,5 @@ import typing import asyncio -import youtube_dl -import ffmpeg import pickle from ..utils import Command, Call, NetworkHandler, asyncify from ..network import Request, ResponseSuccess