1
0

Delete unused import

This commit is contained in:
Davide Tonelli
2022-08-16 14:02:29 +02:00
committed by Erick
parent 82f05c9cc7
commit 590b89f591
+1 -3
View File
@@ -6,13 +6,11 @@ import cv2
import math
import json
import string
import colors_detection
from genericpath import isfile
from pyautogui import size
from google.cloud import vision
import colors_detection
#import google_search
# Minimum score required for labels detection
MIN_SCORE_REQUIRED = 0.80