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,10 +1,11 @@
from __future__ import unicode_literals
import pytest
import os
import os.path
import random
import pytest
from pre_commit.util import clean_path_on_failure
from pre_commit.util import cwd
from pre_commit.util import memoize_by_cwd