pre-commit run reorder-python-imports --all-files

This commit is contained in:
Anthony Sottile
2019-06-02 15:31:29 -07:00
committed by Bruno Oliveira
parent 5034399d7a
commit 3f1ec520fc
80 changed files with 3 additions and 312 deletions

View File

@@ -14,7 +14,6 @@ from os.path import sep
from posixpath import sep as posix_sep
import six
from six.moves import map
if sys.version_info[:2] >= (3, 6):