Delete unused import
This commit is contained in:
@@ -6,13 +6,11 @@ import cv2
|
|||||||
import math
|
import math
|
||||||
import json
|
import json
|
||||||
import string
|
import string
|
||||||
|
import colors_detection
|
||||||
from genericpath import isfile
|
from genericpath import isfile
|
||||||
from pyautogui import size
|
from pyautogui import size
|
||||||
from google.cloud import vision
|
from google.cloud import vision
|
||||||
|
|
||||||
import colors_detection
|
|
||||||
#import google_search
|
|
||||||
|
|
||||||
# Minimum score required for labels detection
|
# Minimum score required for labels detection
|
||||||
MIN_SCORE_REQUIRED = 0.80
|
MIN_SCORE_REQUIRED = 0.80
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user