jedcunningham commented on a change in pull request #19726:
URL: https://github.com/apache/airflow/pull/19726#discussion_r761352106
##########
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:
```suggestion
```
Looks like github added spaces with the suggestion. My bad.
I'd also suggest that you [set up the pre-commit
hooks](https://github.com/apache/airflow/blob/main/STATIC_CODE_CHECKS.rst),
they help catch these issues early 👍.
--
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]