mirror of
https://github.com/python/cpython.git
synced 2025-08-27 20:25:18 +00:00
Remove redundant imports.
This commit is contained in:
parent
c53ae58954
commit
54540ec917
7 changed files with 6 additions and 12 deletions
|
@ -1326,7 +1326,7 @@ def _test():
|
|||
return doctest.testmod()
|
||||
|
||||
if __name__ == "__main__":
|
||||
import sys, argparse
|
||||
import argparse
|
||||
parser = argparse.ArgumentParser(
|
||||
description='display contents of the pickle files')
|
||||
parser.add_argument(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue