apilaskowski commented on code in PR #30485: URL: https://github.com/apache/airflow/pull/30485#discussion_r1159482745
########## 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 +from sys import stderr as system_stderr, stdout as system_stdout Review Comment: 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]
