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:
committed by
Ivan A. Melnikov
parent
d617864898
commit
cb0ebb9e6c
@@ -17,6 +17,7 @@
|
||||
# under the License.
|
||||
|
||||
import abc
|
||||
|
||||
import six
|
||||
|
||||
from taskflow.utils import reflection
|
||||
|
||||
Reference in New Issue
Block a user