Skip to content

Commit

Permalink
remove unused imported module, so can avoid PyInstaller packaged bina…
Browse files Browse the repository at this point in the history
…ry's start-time not found module error. (#10502)
  • Loading branch information
kerneltravel committed Aug 2, 2023
1 parent d14ad02 commit 2b7b9dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ppocr/data/imaug/ct_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

import numpy as np
import Polygon as plg
import scipy.io as scio

from PIL import Image
import paddle.vision.transforms as transforms
Expand Down
1 change: 0 additions & 1 deletion ppocr/utils/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

import logging
import os
import imghdr
import cv2
import random
import numpy as np
Expand Down

0 comments on commit 2b7b9dc

Please sign in to comment.