1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-03-11 00:58:39 +03:00

small actor type fix

This commit is contained in:
Adolfo Gómez García 2023-05-18 19:48:31 +02:00
parent 97156dcca5
commit ea190c481d
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -19,7 +19,7 @@ class AuthenticatorType(typing.NamedTuple):
class ActorOsConfigurationType(typing.NamedTuple):
action: str
name: str
custom: typing.Optional[typing.Mapping[str, typing.Any]] = None
custom: typing.Optional[typing.Mapping[str, typing.Any]]
class ActorDataConfigurationType(typing.NamedTuple):
unique_id: typing.Optional[str] = None