fix: typing reference using square brackets
Signed-off-by: Tom Carrio <tom@carrio.dev>
This commit is contained in:
parent
f2534eb333
commit
4e478c42e7
|
|
@ -365,7 +365,7 @@ class OpenFeatureClient:
|
|||
|
||||
def __extract_evaluation_options(
|
||||
self, flag_evaluation_options: typing.Any
|
||||
) -> typing.Tuple(typing.List[Hook], MappingProxyType):
|
||||
) -> typing.Tuple[typing.List[Hook], MappingProxyType]:
|
||||
evaluation_hooks: typing.List[Hook] = []
|
||||
hook_hints: dict = {}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue