Move six to the right location

Third party imports are supposed to be after standard library imports
so make six be after. Some newlines are also added to separate
standard library imports from all the others.

Co-authored-by: Ivan A. Melnikov <imelnikov@griddynamics.com>
Change-Id: Ied067e9367612758666da726df195ed390215e1b
This commit is contained in:
Joshua Harlow
2013-12-30 14:40:42 -08:00
committed by Ivan A. Melnikov
parent d617864898
commit cb0ebb9e6c
15 changed files with 23 additions and 14 deletions

View File

@@ -17,6 +17,7 @@
# under the License.
import abc
import six
from taskflow.utils import reflection