kosteev commented on code in PR #30485:
URL: https://github.com/apache/airflow/pull/30485#discussion_r1160074616


##########
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 believe accord to pep8 it should be just "import sys".
   In the code you still should use it as sys.stderr/sys.stdout



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