From 669ff66c326a0e5e0bed0619b691725f76ac3d04 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Wed, 28 Oct 2015 23:15:13 -0700 Subject: remove duplicated imports (closes #25502) --- Lib/pickletools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/pickletools.py') diff --git a/Lib/pickletools.py b/Lib/pickletools.py index cf5df4158a..155bd5b4ab 100644 --- a/Lib/pickletools.py +++ b/Lib/pickletools.py @@ -2793,7 +2793,7 @@ def _test(): return doctest.testmod() if __name__ == "__main__": - import sys, argparse + import argparse parser = argparse.ArgumentParser( description='disassemble one or more pickle files') parser.add_argument( -- cgit v1.2.1