You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correct lint issues exposed with update to pylint-3 (#1652)
Fixes#1440
Re-enables the following pylint issues which were disabled when bumping
to pylint-3.
- [x] abstract-class-instantiated
- [X] deprecated-class
- [x] possibly-used-before-assignment
- [x] used-before-assignment
---------
Co-authored-by: Matthew Harrigan <mpharrigan@google.com>
0 commit comments