apache/gravitino
View on GitHub[Improvement] Fix client-python codes to conform Pylint Rules
Open
#3,560 opened on May 25, 2024
good first issueimprovement
Repository metrics
- Stars
- (3,058 stars)
- PR merge metrics
- (PR metrics pending)
Description
What would you like to be improved?
There are some Pylint Rules that were disabled now (labeled by TODO-fix in pylintrc) but needed to be fixed to conform the Pylint standards.
- missing-timeout #3765
- redefined-builtin: #3561
- broad-exception-caught #3766
- duplicate-code #3767
- method-hidden #3768
- invalid-field-call #3769
- protected-access #3770
- too-many-arguments
- no-name-in-module #3771
- inconsistent-return-statements #3771
How should we improve?
No response