]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Remove unused import statements using Pycln. (#2021)
authorHadi Alqattan <alqattanhadizaki@gmail.com>
Fri, 5 Mar 2021 19:58:00 +0000 (22:58 +0300)
committerGitHub <noreply@github.com>
Fri, 5 Mar 2021 19:58:00 +0000 (11:58 -0800)
commitb3ceb293d9e69295a190fed93517cbe1b7372154
tree80cbfe43b5fa954ec04a47f316088f3311c1442e
parent12f98219bc83fa186cc97db7b614dccfb2a1db71
Remove unused import statements using Pycln. (#2021)

* remove unused imports using Pycln.

* reverse comma style.
src/blib2to3/pgen2/driver.py
src/blib2to3/pgen2/parse.py
src/blib2to3/pgen2/pgen.py
src/blib2to3/pytree.py