mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: Update pylint to 2.17.4 (#24700)
Co-authored-by: John Bodley <john.bodley@gmail.com>
This commit is contained in:
@@ -54,7 +54,7 @@ class ResourceSchema(PermissiveSchema):
|
||||
id = fields.String(required=True)
|
||||
|
||||
@post_load
|
||||
def convert_enum_to_value( # pylint: disable=no-self-use
|
||||
def convert_enum_to_value(
|
||||
self, data: dict[str, Any], **kwargs: Any # pylint: disable=unused-argument
|
||||
) -> dict[str, Any]:
|
||||
# we don't care about the enum, we want the value inside
|
||||
|
||||
Reference in New Issue
Block a user