From 9bcc710c7e82db6f0a84b78aea06541bdec5a6aa Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Sat, 2 Mar 2019 12:49:36 -0500 Subject: [PATCH] drop unused import in unit test --- tests/test_plugins/test_runroot_cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_plugins/test_runroot_cli.py b/tests/test_plugins/test_runroot_cli.py index ecf6606e..b002cc70 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: