You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/07/31 15:45:09 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #17354: Add Docker Sensor

mik-laj commented on a change in pull request #17354:
URL: https://github.com/apache/airflow/pull/17354#discussion_r680374393



##########
File path: airflow/providers/docker/hooks/docker.py
##########
@@ -17,13 +17,70 @@
 # under the License.
 from typing import Dict, Optional
 
-from docker import APIClient
+from docker import APIClient, tls
 from docker.errors import APIError
 
 from airflow.exceptions import AirflowException
 from airflow.hooks.base import BaseHook
 from airflow.utils.log.logging_mixin import LoggingMixin
 
+"""

Review comment:
       Docstring should be in method/class, not above it.




-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org