Trollgeir commented on a change in pull request #5319:
[AIRFLOW-4564][AIRFLOW-4523][AIRFLOW-4577] Azure Container Instance bugfixes
and improvements
URL: https://github.com/apache/airflow/pull/5319#discussion_r299004514
##########
File path: airflow/contrib/hooks/azure_container_instance_hook.py
##########
@@ -92,43 +92,28 @@ def create_or_update(self, resource_group, name,
container_group):
name,
container_group)
+ from zope.deprecation import deprecation
Review comment:
I noticed it was placed further down here:
https://airflow.apache.org/_modules/airflow/sensors.html
I figured it was placed there so it would be easier to tidy up along with
the function in the next update. Should I still move the import?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services