From 82d4d748901108702922833107e55559cffe0f6c Mon Sep 17 00:00:00 2001 From: Vincent Fu Date: Wed, 30 Oct 2019 19:55:21 -0400 Subject: [PATCH] t/sgunmap-test.py: drop six.moves dependency range was never actually used in this script. --- t/sgunmap-test.py | 1 - 1 file changed, 1 deletion(-) 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(): -- 2.25.1