uranusjr commented on code in PR #64022:
URL: https://github.com/apache/airflow/pull/64022#discussion_r2973180617


##########
airflow-core/src/airflow/jobs/triggerer_job_runner.py:
##########
@@ -166,6 +166,10 @@ def _exit_gracefully(self, signum, frame) -> None:
             sys.exit(os.EX_SOFTWARE)
 
     def _execute(self) -> int | None:
+        import os

Review Comment:
   Why is this not imported at the top?



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