From 6b93aea5bd93792f4c262c6dc8b3ffc1ae833c25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Tue, 2 Apr 2019 18:48:21 +0200 Subject: [PATCH] tests: remove unused imports --- qubes/tests/api_internal.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/qubes/tests/api_internal.py b/qubes/tests/api_internal.py index cfdab4b4..a91d47e6 100644 --- a/qubes/tests/api_internal.py +++ b/qubes/tests/api_internal.py @@ -18,12 +18,10 @@ # You should have received a copy of the GNU General Public License along # with this program; if not, see . import asyncio -import subprocess import qubes.api.internal import qubes.tests import qubes.vm.adminvm from unittest import mock -from mock import call def mock_coro(f): @asyncio.coroutine