will-jl944 4 rokov pred
rodič
commit
6d4ed84336
1 zmenil súbory, kde vykonal 1 pridanie a 6 odobranie
  1. 1 6
      paddlex/utils/env.py

+ 1 - 6
paddlex/utils/env.py

@@ -12,18 +12,13 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-import sys
-import glob
 import os
-import os.path as osp
 import platform
 import random
-import numpy as np
 import multiprocessing as mp
+import numpy as np
 import paddle
 
-from . import logging
-
 
 def get_environ_info():
     """collect environment information"""