will-jl944 4 anni fa
parent
commit
6d4ed84336
1 ha cambiato i file con 1 aggiunte e 6 eliminazioni
  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"""