t/sgunmap-test.py: drop six.moves dependency
authorVincent Fu <vincent.fu@wdc.com>
Wed, 30 Oct 2019 23:55:21 +0000 (19:55 -0400)
committerVincent Fu <vincent.fu@wdc.com>
Wed, 6 Nov 2019 16:18:59 +0000 (11:18 -0500)
range was never actually used in this script.

t/sgunmap-test.py

index d2caa5fded75b0005149ebfae118fac8e5a739e3..f8f10ab38274dfc40fbfa829673e884783903279 100755 (executable)
@@ -45,7 +45,6 @@ import json
 import argparse
 import traceback
 import subprocess
-from six.moves import range
 
 
 def parse_args():