reorder-python-imports

This commit is contained in:
Anthony Sottile 2015-01-04 15:49:19 -08:00
parent 86c99c6b87
commit fd109b7745
31 changed files with 61 additions and 30 deletions

View file

@ -2,12 +2,13 @@
from __future__ import unicode_literals
import io
import mock
import os
import os.path
import pytest
import subprocess
import mock
import pytest
from pre_commit.commands.install_uninstall import install
from pre_commit.commands.run import _get_skips
from pre_commit.commands.run import _has_unmerged_paths