From 7d46254edb4002f0cfcabd250e22749db0c21bdf Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Thu, 10 Nov 2016 01:54:08 +0100 Subject: [PATCH] Coding style. --- tools_test.py | 1 - worker_test.py | 1 - 2 files changed, 2 deletions(-) diff --git a/tools_test.py b/tools_test.py index 3bf0437..25a10ad 100755 --- a/tools_test.py +++ b/tools_test.py @@ -5,7 +5,6 @@ import contextlib import os -import subprocess import unittest import unittest.mock diff --git a/worker_test.py b/worker_test.py index 471efcd..00ebf13 100755 --- a/worker_test.py +++ b/worker_test.py @@ -11,7 +11,6 @@ import tempfile import unittest import tools -import vigil import worker