mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-106200: Remove unused imports (#106201)
This commit is contained in:
parent
6c60684bf5
commit
d830c4a944
4 changed files with 0 additions and 5 deletions
|
@ -451,7 +451,6 @@ if HAVE_SSL:
|
|||
__all__.append("POP3_SSL")
|
||||
|
||||
if __name__ == "__main__":
|
||||
import sys
|
||||
a = POP3(sys.argv[1])
|
||||
print(a.getwelcome())
|
||||
a.user(sys.argv[2])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue