potix2 commented on a change in pull request #11434:
URL: https://github.com/apache/airflow/pull/11434#discussion_r503495322



##########
File path: airflow/providers/amazon/aws/transfers/dynamodb_to_s3.py
##########
@@ -111,7 +111,7 @@ def __init__(
         self.s3_bucket_name = s3_bucket_name
         self.s3_key_prefix = s3_key_prefix
 
-    def execute(self, context):
+    def execute(self, context: Dict[str, Any]) -> None:

Review comment:
       I got it. I removed some redundant type hints for context.




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

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


Reply via email to