From b226e519528f90480d1b519f365c5f37d4d7f8d5 Mon Sep 17 00:00:00 2001 From: Kyr Shatskyy Date: Fri, 11 Oct 2019 05:23:54 +0200 Subject: [PATCH] misc: drop StringIO import to fix flake8 Signed-off-by: Kyr Shatskyy --- teuthology/misc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/teuthology/misc.py b/teuthology/misc.py index 645f8f449..037755e5e 100644 --- a/teuthology/misc.py +++ b/teuthology/misc.py @@ -2,7 +2,6 @@ Miscellaneous teuthology functions. Used by other modules, but mostly called from tasks. """ -from cStringIO import StringIO import argparse import os -- 2.47.3