[New-bugs-announce] [issue23277] Cleanup unused and duplicate imports in tests

Jon Dufresne report at bugs.python.org
Tue Jan 20 02:17:43 CET 2015


New submission from Jon Dufresne:

Ran variations of the command:

$ find . -wholename '*/test/*.py' | xargs flake8 --select=F401,F811

To look for unused or duplicate imports. The attached patch removes them.

----------
components: Tests
files: cleanup-unused-imports.patch
keywords: patch
messages: 234334
nosy: jdufresne
priority: normal
severity: normal
status: open
title: Cleanup unused and duplicate imports in tests
versions: Python 3.6
Added file: http://bugs.python.org/file37780/cleanup-unused-imports.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23277>
_______________________________________


More information about the New-bugs-announce mailing list