potiuk commented on code in PR #57335: URL: https://github.com/apache/airflow/pull/57335#discussion_r2464999157
########## shared/logging/src/airflow_shared/logging/percent_formatter.py: ########## @@ -26,7 +26,7 @@ from typing import TYPE_CHECKING, ClassVar import structlog.dev -from structlog.dev import ConsoleRenderer, Styles +from structlog.dev import ColumnStyles, ConsoleRenderer Review Comment: I don't think we can. Usually ruff will tell us when we can do it and ask us to do this - but we are using those classes for "real" - not only in type-hinting (for example we derive PercentRenderer from ConsoleRenderer). -- 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]
