diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-06-01 19:45:15 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-06-01 19:45:15 +0200 |
| commit | 3fb522534cff61576ac58ae466a2752585b8c44e (patch) | |
| tree | befac10b20e0c07e7e3fa32e77fc1429e8708e53 /cli/app/utils/file_utils.py | |
| parent | 288694ae9a61c59dba91e2357fa7785d95a51341 (diff) | |
setting up the database...
Diffstat (limited to 'cli/app/utils/file_utils.py')
| -rw-r--r-- | cli/app/utils/file_utils.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/app/utils/file_utils.py b/cli/app/utils/file_utils.py index 904702c..7f1f417 100644 --- a/cli/app/utils/file_utils.py +++ b/cli/app/utils/file_utils.py @@ -29,9 +29,6 @@ import yaml import hashlib import click from tqdm import tqdm -import cv2 as cv -from PIL import Image -import imutils |
