tests: remove unused imports

This commit is contained in:
Marek Marczykowski-Górecki 2019-04-02 18:48:21 +02:00
parent 4f71e9775f
commit 6b93aea5bd
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -18,12 +18,10 @@
# You should have received a copy of the GNU General Public License along # You should have received a copy of the GNU General Public License along
# with this program; if not, see <http://www.gnu.org/licenses/>. # with this program; if not, see <http://www.gnu.org/licenses/>.
import asyncio import asyncio
import subprocess
import qubes.api.internal import qubes.api.internal
import qubes.tests import qubes.tests
import qubes.vm.adminvm import qubes.vm.adminvm
from unittest import mock from unittest import mock
from mock import call
def mock_coro(f): def mock_coro(f):
@asyncio.coroutine @asyncio.coroutine