We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b512e commit 81f15dfCopy full SHA for 81f15df
openfeature/client.py
@@ -393,7 +393,8 @@ def evaluate_flag_details( # noqa: PLR0915
393
return flag_evaluation
394
395
finally:
396
- if flag_evaluation is None: # should never happen, but keeps the linter happy
+ if flag_evaluation is None:
397
+ # should never happen, but keeps the linter happy
398
flag_evaluation = FlagEvaluationDetails(
399
flag_key=flag_key,
400
value=default_value,
0 commit comments