uranusjr commented on code in PR #33808:
URL: https://github.com/apache/airflow/pull/33808#discussion_r1306994492
##########
airflow/dag_processing/processor.py:
##########
@@ -59,6 +55,16 @@
from airflow.utils.state import TaskInstanceState
if TYPE_CHECKING:
+ import multiprocessing
+ from datetime import datetime
+ from multiprocessing.connection import Connection as
MultiprocessingConnection
+
+ from sqlalchemy.orm.session import Session
+
+ from airflow.callbacks.callback_requests import (
+ CallbackRequest,
+ )
Review Comment:
```suggestion
from airflow.callbacks.callback_requests import CallbackRequest
```
--
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]