remove unused imported module, so can avoid PyInstaller packaged binary's start-time not found module error. (#10502)

pull/10560/head
kerneltravel 2023-08-02 10:10:36 +08:00 committed by GitHub
parent d14ad02541
commit 2b7b9dc2cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -20,7 +20,6 @@ import paddle
import numpy as np
import Polygon as plg
import scipy.io as scio
from PIL import Image
import paddle.vision.transforms as transforms

View File

@ -14,7 +14,6 @@
import logging
import os
import imghdr
import cv2
import random
import numpy as np