From 9bcc710c7e82db6f0a84b78aea06541bdec5a6aa Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Mar 04 2019 14:57:15 +0000 Subject: drop unused import in unit test --- diff --git a/tests/test_plugins/test_runroot_cli.py b/tests/test_plugins/test_runroot_cli.py index ecf6606..b002cc7 100644 --- a/tests/test_plugins/test_runroot_cli.py +++ b/tests/test_plugins/test_runroot_cli.py @@ -2,7 +2,6 @@ from __future__ import absolute_import import io import mock import six -import threading try: import unittest2 as unittest except ImportError: