Skip to content

Commit ba08207

Browse files
committed
Apply suggestion from @toddbaert
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
1 parent 2a86dd7 commit ba08207

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • providers/openfeature-provider-flagd/src/openfeature/contrib/provider/flagd/resolvers

providers/openfeature-provider-flagd/src/openfeature/contrib/provider/flagd/resolvers/grpc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,6 @@ def _resolve( # noqa: PLR0915 C901
397397
)
398398
response = self.stub.ResolveObject(request, **call_args)
399399
# DISABLED responses omit the value field entirely; fall back to default_value
400-
# here so the substitution below (or the caller) gets a sane mapping.
401400
value = MessageToDict(response, preserving_proto_field_name=True).get(
402401
"value", default_value
403402
)

0 commit comments

Comments
 (0)