uranusjr commented on code in PR #26872:
URL: https://github.com/apache/airflow/pull/26872#discussion_r1000395226


##########
airflow/providers/google/cloud/hooks/cloud_memorystore.py:
##########
@@ -861,7 +861,7 @@ def update_parameters(
         :param update_mask: Required. Mask of fields to update.
             If a dict is provided, it must be of the same form as the protobuf 
message
             :class:`~google.protobuf.field_mask_pb2.FieldMask`
-            Union[Dict, google.protobuf.field_mask_pb2.FieldMask]
+            Union[dict, google.protobuf.field_mask_pb2.FieldMask]

Review Comment:
   ```suggestion
   ```
   
   Not needed since we have type annotations in the function.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to