Skip to content

Commit 196d2f8

Browse files
Sravan1011Copilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent ded57ea commit 196d2f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmarks/ci/test_bench_ci_moss.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def _git_sha() -> str:
103103
def moss_client():
104104
"""Create a MossClient and load the benchmark index once per session."""
105105
# Import lazily — Moss native bindings may not be installed in every env.
106-
from moss import MossClient, DocumentInfo, QueryOptions # noqa: F811
106+
from moss import MossClient, DocumentInfo
107107

108108
project_id = os.getenv("MOSS_PROJECT_ID")
109109
project_key = os.getenv("MOSS_PROJECT_KEY")

0 commit comments

Comments
 (0)