Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some pyflakes errors #9960

Closed
twisted-trac opened this issue Sep 15, 2020 · 3 comments
Closed

Fix some pyflakes errors #9960

twisted-trac opened this issue Sep 15, 2020 · 3 comments

Comments

@twisted-trac
Copy link

rodrigc's avatar @rodrigc reported
Trac ID trac#9960
Type enhancement
Created 2020-09-15 01:11:58Z

This ticket focuses on a subset of the pyflakes errors identified in ticket:9952

docs/conch/examples/sshsimpleclient.py:62:26 undefined name 'raw_input'
docs/core/examples/bananabench.py:6:1 'sys' imported but unused
docs/core/examples/echoclient_udp.py:35:5 local variable 't' is assigned to but never used
docs/core/examples/ftpclient.py:18:1 'sys' imported but unused
docs/core/examples/sendfd.py:83:5 local variable 'port' is assigned to but never used
docs/core/examples/stdiodemo.py:40:9 local variable 'e' is assigned to but never used
docs/mail/examples/smtpclient_tls.py:11:1 'OpenSSL.SSL.SSLv3_METHOD' imported but unused

docs/words/examples/cursesclient.py:26:1 'time' imported but unused
docs/words/examples/cursesclient.py:26:1 'traceback' imported but unused
docs/words/examples/cursesclient.py:26:1 'sys' imported but unused
docs/words/examples/cursesclient.py:33:1 'twisted.python.log' imported but unused
Searchable metadata
trac-id__9960 9960
type__enhancement enhancement
reporter__rodrigc rodrigc
priority__normal normal
milestone__None None
branch__ 
branch_author__ 
status__closed closed
resolution__fixed fixed
component__core core
keywords__None None
time__1600132318240823 1600132318240823
changetime__1600197440582837 1600197440582837
version__None None
owner__None None

@twisted-trac
Copy link
Author

rodrigc's avatar @rodrigc commented

#1387

@twisted-trac
Copy link
Author

wsanchez's avatar @wsanchez commented

Nice cleanup

@twisted-trac
Copy link
Author

wsanchez's avatar @wsanchez set status to closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant