eladkal commented on code in PR #23036: URL: https://github.com/apache/airflow/pull/23036#discussion_r864609865
########## airflow/providers/microsoft/azure/operators/container_instances.py: ########## @@ -19,6 +19,7 @@ import re from collections import namedtuple from time import sleep +from datetime import timedelta Review Comment: ```suggestion from datetime import timedelta from time import sleep ``` to fix static checks -- 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]
