potiuk commented on code in PR #31171: URL: https://github.com/apache/airflow/pull/31171#discussion_r1196191549
########## airflow/kubernetes/pod_generator.py: ########## @@ -46,6 +45,11 @@ from airflow.kubernetes.kubernetes_helper_functions import add_pod_suffix, rand_str from airflow.kubernetes.pod_generator_deprecated import PodDefaults, PodGenerator as PodGeneratorDeprecated from airflow.utils import yaml + +try: Review Comment: NIT: Same here - we can remove try/except (and all other cases that are not in "airflow/providers" -- 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]
