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 subprocess
import numpy import numpy
import platform import platform
import six
import tempfile import tempfile
from six.moves import range from six.moves import range
__all__ = ['train', 'test', 'convert'] __all__ = ['train', 'test', 'convert']

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

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

Loading…
Cancel
Save