From 9fd70c0b53d3d4f418c3e33e03fccd4584971b2f Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 1 Aug 2019 17:29:04 +0200 Subject: [PATCH] Cleanup --- royalnet/commands/play.py | 2 -- 1 file changed, 2 deletions(-) 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