Subham-KRLX commented on PR #60222: URL: https://github.com/apache/airflow/pull/60222#issuecomment-3719729325
I have pushed a fix for the static check failure (unused import in [log.py](cci:7://file:///Users/subhamsangwan/airflow/airflow-core/src/airflow/models/log.py:0:0-0:0)). The import `from airflow.models.dag import DagModel` was no longer needed after removing the `Mapped` type hints and has been removed. -- 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]
