]> 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:

Don't leave invalid trailing comma on imports
authorŁukasz Langa <lukasz@langa.pl>
Mon, 7 May 2018 17:34:30 +0000 (10:34 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Mon, 7 May 2018 17:40:18 +0000 (10:40 -0700)
commitdc0c14240e7423d9ada002835dcc195f8c6d8797
treea870800811d73ba8b88b0f5c5e43dc26994360bd
parentc6a6cfd3a293a69c29f93beca1c64bd857371e14
Don't leave invalid trailing comma on imports

Fixes #185
black.py
tests/import_spacing.py