jedcunningham commented on a change in pull request #19726:
URL: https://github.com/apache/airflow/pull/19726#discussion_r762057039
##########
File path:
airflow/providers/cncf/kubernetes/backcompat/backwards_compat_converters.py
##########
@@ -77,8 +71,10 @@ def convert_resources(resources) ->
k8s.V1ResourceRequirements:
:return: k8s.V1ResourceRequirements
"""
if isinstance(resources, dict):
+ from airflow.providers.cncf.kubernetes.backcompat.pod import Resources
+
Review comment:
Ugh, and this removed the line completely... Can you just add an empty
line after this import locally so we don't have to battle github suggestions?
--
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]