This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author thatiparthy
Recipients thatiparthy
Date 2018-11-09.19:09:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541790552.02.0.788709270274.issue35202@psf.upfronthosting.co.za>
In-reply-to
Content
Please find the modules where we need to remove.


codecs.py:1105:5: F401 'encodings' imported but unused
code.py:298:13: F401 'readline' imported but unused
platform.py:118:1: F401 'warnings' imported but unused
platform.py:509:9: F401 'java.lang' imported but unused
pstats.py:562:9: F401 'readline' imported but unused
shutil.py:13:1: F401 'io' imported but unused
site.py:409:13: F401 'rlcompleter' imported but unused
site.py:511:13: F401 'sitecustomize' imported but unused
site.py:531:13: F401 'usercustomize' imported but unused
trace.py:54:1: F401 're' imported but unused
typing.py:21:1: F401 'abc' imported but unused


I was just wondering that as a community, do we recommend this practice of cleaning up Or just we keep as is inorder to NOT to break accidental imports?
History
Date User Action Args
2018-11-09 19:09:12thatiparthysetrecipients: + thatiparthy
2018-11-09 19:09:12thatiparthysetmessageid: <1541790552.02.0.788709270274.issue35202@psf.upfronthosting.co.za>
2018-11-09 19:09:11thatiparthylinkissue35202 messages
2018-11-09 19:09:11thatiparthycreate