Skip to content

Commit b6197df

Browse files
committed
refactor: imports
1 parent 7f1b732 commit b6197df

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sample_indexer.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
Run it after starting the Chroma service to have some data to query.
77
"""
88

9+
import hashlib
10+
import json
911
import os
1012
import sys
11-
import json
12-
import hashlib
13-
import numpy as np
1413
import time
15-
import requests
1614
from datetime import datetime
17-
from dotenv import load_dotenv
1815

1916
# Use the Chroma client directly
2017
import chromadb
18+
import numpy as np
19+
import requests
2120
from chromadb.config import Settings
21+
from dotenv import load_dotenv
2222

2323
# Load environment variables
2424
load_dotenv()

0 commit comments

Comments
 (0)