Lee-W commented on code in PR #68819:
URL: https://github.com/apache/airflow/pull/68819#discussion_r3451109259


##########
providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/executors/kubernetes_executor.py:
##########
@@ -73,6 +74,30 @@
     )
 
 
+def _reset_local_vars_configuration(obj: Any) -> None:

Review Comment:
   ```suggestion
   def _reset_local_vars_configuration(node: Any) -> None:
   ```
   
   IMO, this is more readable. I don't quite understand what `obj` is in the 
original context.
   
   Also, should we type it? looks like we know the potential type. 



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