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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]