Remove unused six and missing six import

revert-12469-sum_op_dim_fix
minqiyang 7 years ago
parent 1c3e66bbe4
commit f4999e4f39

@ -24,7 +24,6 @@ import paddle.dataset.common
import subprocess
import numpy
import platform
import six
import tempfile
from six.moves import range
__all__ = ['train', 'test', 'convert']

@ -16,7 +16,6 @@ from __future__ import print_function
import numpy as np
import argparse
import six
import time
import math

@ -34,6 +34,7 @@ import math
import random
import numpy as np
import collections
import six
from .ps_dispatcher import RoundRobin, HashName, PSDispatcher
from .. import core, framework

Loading…
Cancel
Save