fix: resolve lint error (#650)

This commit is contained in:
zhyncs
2024-07-18 20:33:21 +10:00
committed by GitHub
parent 5960a6e505
commit 9c5cac2450
3 changed files with 30 additions and 13 deletions

View File

@@ -10,6 +10,6 @@ Briefly describe the changes made in this PR.
## Checklist
1. Ensure pre-commit or other linting tools are used to fix potential lint issues.
1. Ensure pre-commit `pre-commit run --all-files` or other linting tools are used to fix potential lint issues.
2. Confirm that modifications are covered by complete unit tests. If not, please add more unit tests for correctness.
3. Modify documentation as needed, such as docstrings or example tutorials.