From a91b65c23bedc9fbf4df24ade19cb73577445e65 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 17 Jun 2020 18:25:06 +0800 Subject: [PATCH] teuthology/suite: drop six.moves.input() Signed-off-by: Kefu Chai --- teuthology/suite/run.py | 1 - 1 file changed, 1 deletion(-) diff --git a/teuthology/suite/run.py b/teuthology/suite/run.py index d0eda66167..67b6056461 100644 --- a/teuthology/suite/run.py +++ b/teuthology/suite/run.py @@ -6,7 +6,6 @@ import re import time import yaml -from six.moves import input from humanfriendly import format_timespan from datetime import datetime -- 2.39.5