X Tutup
Skip to content

bpo-42403: Fix pyflakes warnings in importlib#23396

Merged
vstinner merged 1 commit intopython:masterfrom
vstinner:importlib_pyflakes
Nov 19, 2020
Merged

bpo-42403: Fix pyflakes warnings in importlib#23396
vstinner merged 1 commit intopython:masterfrom
vstinner:importlib_pyflakes

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented Nov 19, 2020

Remove unused imports and unused local variables.

https://bugs.python.org/issue42403

Remove unused imports and unused local variables.
@vstinner vstinner merged commit 7d9d25d into python:master Nov 19, 2020
@vstinner vstinner deleted the importlib_pyflakes branch November 19, 2020 10:21
adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 13, 2021
Remove unused imports and unused local variables.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup