-
Notifications
You must be signed in to change notification settings - Fork 469
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
remove unUse import #2295
remove unUse import #2295
Conversation
@EdwardLi-coder Could you update the CHANGELOG? |
I’m sorry, but I’m not sure where exactly to update the CHANGELOG. Could you please provide me with more details? Thank you. |
https://github.com/superduper-io/superduper/blob/main/CHANGELOG.md this file. Under the 0.3.0 -> Bug Fixes |
Ok. |
Hey @EdwardLi-coder , the CI didn't pass, you need to make sure the lint check is OK Please remove the unused import thing, and run
|
ok |
Hi @jieguangzhou. I successfully ran the make lint-and-type-check command locally, but it failed in the CI. I am using the latest versions of both black and ruff.Do you have any suggestions? Should I consider using an older version? |
@EdwardLi-coder , you can run install_devkit: ## Add essential development tools
# Add pre-commit hooks to ensure that no strange stuff are being committed.
# https://stackoverflow.com/questions/3462955/putting-git-hooks-into-a-repository
python -m pip install pre-commit
@echo "Download Code Quality dependencies"
python -m pip install --user black==23.3 ruff==0.4.4 mypy types-PyYAML types-requests interrogate
@echo "Download Code Testing dependencies"
python -m pip install --user pytest pytest-cov "nbval>=0.10.0" |
I updated it. One succeeded, and one failed. I found the reason for the failure: it was a read timeout. Is there anything else you need me to do? |
@EdwardLi-coder Hey, thanks for your PR, I merged |
OK. |
Description
remove unUse import function
Related Issues
Cannot Find Reference to _build_leaves Function(fix #2294 )
Checklist
make unit_testing
andmake integration-testing
successfully?Additional Notes or Comments