mirror of
https://github.com/openrecall/openrecall.git
synced 2026-04-28 03:19:52 +00:00
removed needless import
This commit is contained in:
parent
7f789d2519
commit
dba6072b50
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import mss
|
|||
import numpy as np
|
||||
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.nlp import get_embedding
|
||||
from openrecall.ocr import extract_text_from_image
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue