diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-10-24 21:52:34 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-10-24 21:52:34 +0200 |
commit | 86a9b7d394496c9088537a3d917093be3aa413ea (patch) | |
tree | d761c2f99c02be867dc9d5ed7d17eb52dd54b91f /tests/test_verify.py | |
parent | 9d16e6931b56ce7f2425b8b54d6698bb6aad0f92 (diff) | |
download | gemato-86a9b7d394496c9088537a3d917093be3aa413ea.tar.gz |
Remove stale imports
Diffstat (limited to 'tests/test_verify.py')
-rw-r--r-- | tests/test_verify.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_verify.py b/tests/test_verify.py index 4a44fed..4a9cb67 100644 --- a/tests/test_verify.py +++ b/tests/test_verify.py @@ -3,7 +3,6 @@ # (c) 2017 Michał Górny # Licensed under the terms of 2-clause BSD license -import multiprocessing import os import os.path import socket |