ephraimbuddy commented on code in PR #54505: URL: https://github.com/apache/airflow/pull/54505#discussion_r2556519148
########## 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 replied the comment. This import is ok and won't issue a depreccation -- 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]
