From bf752859dac7d4c6fe20b72fa227653df0cd5967 Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Tue, 29 Jul 2014 23:12:53 +0200 Subject: [PATCH] flake8: Fix duplicate import and import order in audio actor test --- tests/audio/test_actor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/audio/test_actor.py b/tests/audio/test_actor.py index ae1a7991..b27d9855 100644 --- a/tests/audio/test_actor.py +++ b/tests/audio/test_actor.py @@ -1,6 +1,5 @@ from __future__ import unicode_literals -import mock import threading import unittest