potiuk commented on code in PR #25780:
URL: https://github.com/apache/airflow/pull/25780#discussion_r948977015


##########
airflow/operators/python.py:
##########
@@ -176,7 +178,7 @@ def execute(self, context: Context) -> Any:
 
         return return_value
 
-    def determine_kwargs(self, context: Mapping[str, Any]) -> Mapping[str, 
Any]:
+    def determine_kwargs(self, context: MutableMapping[str, Any]) -> 
MutableMapping[str, Any]:

Review Comment:
   Actualy it's both - @uranusjr. I just have a case where `--all-files` 
produces different result than just changes from this commit, so likely the 
hypothesis of having to add .pyi is right. Will experiment a bit.



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