From 4e478c42e7d1a35386cb412db6dcfab2c8d0113e Mon Sep 17 00:00:00 2001 From: Tom Carrio Date: Mon, 21 Nov 2022 17:44:18 -0500 Subject: [PATCH] fix: typing reference using square brackets Signed-off-by: Tom Carrio --- open_feature/open_feature_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open_feature/open_feature_client.py b/open_feature/open_feature_client.py index a6dbdb3..c8f89be 100644 --- a/open_feature/open_feature_client.py +++ b/open_feature/open_feature_client.py @@ -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 = {}