-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Fix the mypy check error #1373
Conversation
And when remove the code
This issue should not fixed use remove |
When we delete knowledge space at
|
Thanks @Aries-ckt for fixing the PR, it has been tested and confirmed resolved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r+
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r+
Co-authored-by: yyhhyy <[email protected]> Co-authored-by: aries_ckt <[email protected]> Co-authored-by: Fangyin Cheng <[email protected]>
Description
This PR attempts to fix the 'make mymp' error outlined in CONTRIBUTING.md that was introduced by PR #1359, particularly when submitting new PRs. Due to the lack of a Milvus environment on my end, I would kindly ask for testing before merging to ensure the issue with PR #1359 has been resolved. Apologies for the inconvenience.
How Has This Been Tested?
make fmt
make test
make mypy
Snapshots:
Due to working on an internal network, I cannot submit screenshots. Please proceed with direct testing.
Checklist: