apilaskowski commented on code in PR #30485: URL: https://github.com/apache/airflow/pull/30485#discussion_r1160557345
########## airflow/cli/commands/celery_command.py: ########## @@ -18,13 +18,16 @@ """Celery command.""" from __future__ import annotations +import logging from contextlib import contextmanager from multiprocessing import Process +import sys.stderr, sys.stdout Review Comment: I was always trying to keep imports as narrow as possible, but I am ok with that change. Updated. -- 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]
