mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix: add missing init on python pkg key_value (#19428)
* fix: add missing init on python pkg key_value * fix lint issues * fix lint issues
This commit is contained in:
committed by
GitHub
parent
a8e7624eb5
commit
fa35109bf2
@@ -41,6 +41,7 @@ class UpdateKeyValueCommand(BaseCommand):
|
||||
key: Union[int, UUID]
|
||||
expires_on: Optional[datetime]
|
||||
|
||||
# pylint: disable=too-many-argumentsåå
|
||||
def __init__(
|
||||
self,
|
||||
resource: KeyValueResource,
|
||||
|
||||
Reference in New Issue
Block a user