jason810496 commented on code in PR #59973: URL: https://github.com/apache/airflow/pull/59973#discussion_r2666972628
########## airflow-core/src/airflow/models/log.py: ########## @@ -20,14 +20,15 @@ from datetime import datetime from typing import TYPE_CHECKING -from sqlalchemy import Index, Integer, String, Text +from sqlalchemy import Index, Integer, String, Text, and_ # noqa: F401 Review Comment: ```suggestion from sqlalchemy import Index, Integer, String, Text ``` -- 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]
