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:
Daniel Vaz Gaspar
2022-03-30 12:46:42 +01:00
committed by GitHub
parent a8e7624eb5
commit fa35109bf2
8 changed files with 35 additions and 8 deletions

View File

@@ -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,