chore(pylint): Reenable too-few-public-methods check (#16264)

Co-authored-by: John Bodley <john.bodley@airbnb.com>
This commit is contained in:
John Bodley
2021-08-16 10:20:44 -07:00
committed by GitHub
parent 0df15bf207
commit 36bc7b0b80
6 changed files with 9 additions and 8 deletions

View File

@@ -85,7 +85,6 @@ disable=
missing-docstring,
too-many-lines,
raise-missing-from,
too-few-public-methods,
duplicate-code,
[REPORTS]