ashb commented on code in PR #54505: URL: https://github.com/apache/airflow/pull/54505#discussion_r2559469553
########## providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/exceptions.py: ########## @@ -16,9 +16,7 @@ # under the License. from __future__ import annotations -from airflow.exceptions import ( - AirflowException, -) +from airflow.exceptions import AirflowException Review Comment: I can't see that comment. How will this not issue a deprecation warning? -- 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]
