From 7ed4f41053d42a65e586d8f4d056fd7e6838e6a0 Mon Sep 17 00:00:00 2001 From: Vincent Quenneville-Belair Date: Thu, 26 Mar 2020 15:49:22 -0400 Subject: [PATCH] lint. --- test/test_sox_effects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_sox_effects.py b/test/test_sox_effects.py index bf934608d84..3a3c4781e47 100644 --- a/test/test_sox_effects.py +++ b/test/test_sox_effects.py @@ -6,7 +6,7 @@ import math import os -from _test import AudioBackendScope +from _test import AudioBackendScope, BACKENDS @unittest.skipIf("sox" not in BACKENDS, "sox not available")