Apply reorder-python-imports to all files

This commit is contained in:
Anthony Sottile
2018-10-25 00:01:29 -07:00
parent f6dfca7182
commit 2368fbb63c
109 changed files with 730 additions and 425 deletions

View File

@@ -2,13 +2,17 @@
# flake8: noqa
# disable flake check on this file because some constructs are strange
# or redundant on purpose and can't be disable on a line-by-line basis
from __future__ import absolute_import, division, print_function
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
import inspect
import sys
import six
import _pytest._code
import pytest
import six
from _pytest._code import Source
from _pytest._code.source import ast