fix: include closing parens on after_hooks call

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

View File

@ -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