From 56641e02301475cfee9ddcaf547066898f073048 Mon Sep 17 00:00:00 2001 From: Jake Kaufman Date: Wed, 5 Jun 2019 23:18:33 -0400 Subject: Add support for reorder-python-imports fixer isort is great, but I've come to prefer reorder-python-imports. The tool has a focus on smaller diffs than isort. reorder-python-imports is also a little smarter than isort which is nice. --- .../python_paths/with_virtualenv/env/Scripts/reorder-python-imports.exe | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100755 test/command_callback/python_paths/with_virtualenv/env/Scripts/reorder-python-imports.exe (limited to 'test/command_callback/python_paths/with_virtualenv/env/Scripts') diff --git a/test/command_callback/python_paths/with_virtualenv/env/Scripts/reorder-python-imports.exe b/test/command_callback/python_paths/with_virtualenv/env/Scripts/reorder-python-imports.exe new file mode 100755 index 00000000..e69de29b -- cgit v1.2.3