Skip to content

Commit f2582f0

Browse files
committed
fix(db): threading
1 parent 1af5d59 commit f2582f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

db/operations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import sqlite3
33
from typing import Any, Dict, List, Optional
44
from functools import lru_cache
5+
import threading
56

67
from utils.config import CFG # config (keeps chunk_size etc if needed)
78
from utils.logger import get_logger

0 commit comments

Comments
 (0)