Skip to content

fix: restore worker ci checks - #12

Closed
suguanYang wants to merge 1 commit into
stagingfrom
fix/suguan/ci-failure
Closed

fix: restore worker ci checks#12
suguanYang wants to merge 1 commit into
stagingfrom
fix/suguan/ci-failure

Conversation

@suguanYang

Copy link
Copy Markdown
Contributor

Fixes the merged PR CI failure from https://github.com/Ontos-AI/knowhere/actions/runs/25491082794. Summary: remove the parse-task local import shadowing that made database symbols unbound, clean lint-only unused imports, and align shared publication/jieba types with pyright. Verification: make lint; make typecheck; uv run pytest apps/api/tests apps/worker/tests/contract -q.


class _JiebaModule(Protocol):
def lcut(self, sentence: str) -> list[str]: ...
def cut(self, sentence: str) -> list[str]: ...
@suguanYang

Copy link
Copy Markdown
Contributor Author

Superseded by PR #13 from fix/wangbinqi/ci-failure.

@suguanYang suguanYang closed this May 7, 2026
@suguanYang
suguanYang deleted the fix/suguan/ci-failure branch May 7, 2026 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants