ashb commented on code in PR #47453:
URL: https://github.com/apache/airflow/pull/47453#discussion_r1984085971
##########
providers/celery/src/airflow/providers/celery/executors/celery_executor_utils.py:
##########
@@ -120,8 +120,9 @@ def on_celery_import_modules(*args, **kwargs):
"""
import jinja2.ext # noqa: F401
- import airflow.jobs.local_task_job_runner
- import airflow.macros
+ with contextlib.suppress(ImportError):
Review Comment:
I guess so, yeah? I'll see if tests pass and if there's any other feedback
--
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]