removed needless import

This commit is contained in:
Koen van Eijk 2024-06-09 23:15:40 +02:00
parent 7f789d2519
commit dba6072b50

View File

@ -5,7 +5,7 @@ import mss
import numpy as np import numpy as np
from PIL import Image from PIL import Image
from openrecall.config import db_path, screenshots_path from openrecall.config import screenshots_path
from openrecall.database import insert_entry from openrecall.database import insert_entry
from openrecall.nlp import get_embedding from openrecall.nlp import get_embedding
from openrecall.ocr import extract_text_from_image from openrecall.ocr import extract_text_from_image