dstandish commented on code in PR #41904:
URL: https://github.com/apache/airflow/pull/41904#discussion_r1739308769
##########
airflow/executors/base_executor.py:
##########
@@ -122,7 +122,7 @@ class BaseExecutor(LoggingMixin):
change_sensor_mode_to_reschedule: bool = False
serve_logs: bool = False
- job_id: None | int | str = None
+ job_id: int | str | None = None
Review Comment:
```suggestion
job_id: None | int | str = None
```
--
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]