From b6d2c0b38b2bb335c9e0630e8ea79c31ca999c02 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Mon, 17 Jun 2019 20:38:23 -0700 Subject: [PATCH] Remove unused shutil import --- dlaudio.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dlaudio.py b/dlaudio.py index e6b4e16..e190ba4 100644 --- a/dlaudio.py +++ b/dlaudio.py @@ -9,7 +9,6 @@ Dependencies: import argparse from pathlib import Path -import shutil import subprocess # =========== Constants ==========