ashb commented on code in PR #57335:
URL: https://github.com/apache/airflow/pull/57335#discussion_r2465063909


##########
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
 from structlog.processors import CallsiteParameter
 
 if TYPE_CHECKING:

Review Comment:
   ```suggestion
   if TYPE_CHECKING:
       from structlog.dev import ColumnStyles
   ```



##########
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:
   ```suggestion
   from structlog.dev import 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]

Reply via email to