summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2016-11-05 01:13:37 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2016-11-05 01:13:37 +0100
commitbe95d97777690035386808bb004aedc768b67f2a (patch)
tree005067477c37cd5dce714aa78b497e82cc142986
parent58c4b3dea4f575e4ae6c51bcd650335ace382059 (diff)
downloadpsutil-be95d97777690035386808bb004aedc768b67f2a.tar.gz
fix flake8
-rwxr-xr-xpsutil/tests/test_misc.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/psutil/tests/test_misc.py b/psutil/tests/test_misc.py
index d5a1bcee..a9f86a32 100755
--- a/psutil/tests/test_misc.py
+++ b/psutil/tests/test_misc.py
@@ -35,7 +35,6 @@ from psutil.tests import reap_children
from psutil.tests import retry
from psutil.tests import ROOT_DIR
from psutil.tests import run_test_module_by_name
-from psutil.tests import safe_mkdir
from psutil.tests import safe_rmpath
from psutil.tests import SCRIPTS_DIR
from psutil.tests import sh