mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
chore(pylint): Reenable too-few-public-methods check (#16264)
Co-authored-by: John Bodley <john.bodley@airbnb.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user