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

@@ -214,7 +214,7 @@ def extra_validator(value: str) -> str:
return value
class DatabaseParametersSchemaMixin:
class DatabaseParametersSchemaMixin: # pylint: disable=too-few-public-methods
"""
Allow SQLAlchemy URI to be passed as separate parameters.