Skip to content

Commit edd1100

Browse files
committed
lint
Signed-off-by: gruebel <anton.gruebel@gmail.com>
1 parent 2137d25 commit edd1100

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

providers/openfeature-provider-flagd/src/openfeature/contrib/provider/flagd/resolvers/process/connector/grpc_watcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def _fetch_metadata(self) -> sync_pb2.GetMetadataResponse | None:
244244
def _handle_flag_response(
245245
self,
246246
flag_rsp: sync_pb2.SyncFlagsResponse,
247-
context_values_response: typing.Optional[sync_pb2.GetMetadataResponse],
247+
context_values_response: sync_pb2.GetMetadataResponse | None,
248248
) -> bool:
249249
"""Process a single flag response. Returns True if the loop should terminate."""
250250
flag_str = flag_rsp.flag_configuration

0 commit comments

Comments
 (0)