fix: include closing parens on after_hooks call
Signed-off-by: Tom Carrio <tom@carrio.dev>
This commit is contained in:
parent
4e478c42e7
commit
63619164c1
|
|
@ -286,7 +286,8 @@ class OpenFeatureClient:
|
|||
)
|
||||
|
||||
after_hooks(
|
||||
flag_type, hook_context, flag_evaluation, reversed_merged_hooks, hook_hints
|
||||
flag_type, hook_context, flag_evaluation, reversed_merged_hooks, hook_hints,
|
||||
)
|
||||
|
||||
return flag_evaluation
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue