rkarish commented on code in PR #28375:
URL: https://github.com/apache/airflow/pull/28375#discussion_r1051247458


##########
airflow/executors/executor_loader.py:
##########
@@ -167,10 +167,3 @@ def __load_local_kubernetes_executor(cls) -> BaseExecutor:
 
         local_kubernetes_executor_cls = 
import_string(cls.executors[LOCAL_KUBERNETES_EXECUTOR])
         return local_kubernetes_executor_cls(local_executor, 
kubernetes_executor)
-
-
-UNPICKLEABLE_EXECUTORS = (

Review Comment:
   I searched the repository for references and it looked like it was safe to 
delete, but I didn't think about other users in the community being dependent 
on this. I think that adding a comment here and waiting to clean this up at a 
later time is a safer approach.



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