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

@ -1,8 +1,9 @@
from __future__ import unicode_literals
import pytest
import shutil
import pytest
import pre_commit.constants as C
from pre_commit.commands.autoupdate import _update_repository
from pre_commit.commands.autoupdate import autoupdate