From: Vincent Fu Date: Wed, 30 Oct 2019 23:55:21 +0000 (-0400) Subject: t/sgunmap-test.py: drop six.moves dependency X-Git-Tag: fio-3.17~22^2~7 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=82d4d748901108702922833107e55559cffe0f6c;p=fio.git t/sgunmap-test.py: drop six.moves dependency range was never actually used in this script. --- diff --git a/t/sgunmap-test.py b/t/sgunmap-test.py index d2caa5fd..f8f10ab3 100755 --- a/t/sgunmap-test.py +++ b/t/sgunmap-test.py @@ -45,7 +45,6 @@ import json import argparse import traceback import subprocess -from six.moves import range def parse_args():