mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Issue #20976: pyflakes: Remove unused imports
This commit is contained in:
parent
69b1e261fc
commit
7fa767e517
43 changed files with 11 additions and 64 deletions
|
@ -1085,7 +1085,6 @@ if _have_ssl:
|
|||
# Test retrieval when run as a script.
|
||||
if __name__ == '__main__':
|
||||
import argparse
|
||||
from email.utils import parsedate
|
||||
|
||||
parser = argparse.ArgumentParser(description="""\
|
||||
nntplib built-in demo - display the latest articles in a newsgroup""")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue