Ver código fonte

remove redundant import

will-jl944 4 anos atrás
pai
commit
abc6c71e7b
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      dygraph/paddlex/cv/transforms/batch_operators.py

+ 0 - 1
dygraph/paddlex/cv/transforms/batch_operators.py

@@ -13,7 +13,6 @@
 # limitations under the License.
 
 import traceback
-import multiprocessing as mp
 import random
 import numpy as np
 try: