Skip to content

Commit 6179d1c

Browse files
author
Zhe Yu
committed
fix(chroma0): fix import origin for get_uuid
1 parent 2a6e6b8 commit 6179d1c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/vectorcode/database/chroma0.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@
3838
ResultType,
3939
VectoriseStats,
4040
)
41-
from vectorcode.database.utils import get_collection_id, hash_file
42-
from vectorcode.subcommands.vectorise import get_uuid
41+
from vectorcode.database.utils import get_collection_id, get_uuid, hash_file
4342

4443
_logger = logging.getLogger(name=__name__)
4544

0 commit comments

Comments
 (0)