fix: typing reference using square brackets

Signed-off-by: Tom Carrio <tom@carrio.dev>
This commit is contained in:
Tom Carrio 2022-11-21 17:44:18 -05:00 committed by GitHub
parent f2534eb333
commit 4e478c42e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {}