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 2022/03/28 18:00:54 UTC

[GitHub] [airflow] eladkal commented on a change in pull request #22502: Add timeout parameter to `DockerOperator`

eladkal commented on a change in pull request #22502:
URL: https://github.com/apache/airflow/pull/22502#discussion_r836704176



##########
File path: tests/providers/docker/operators/test_docker.py
##########
@@ -22,6 +22,7 @@
 
 import pytest
 from docker.errors import APIError
+from docker.constants import DEFAULT_TIMEOUT_SECONDS

Review comment:
       ```suggestion
   from docker.constants import DEFAULT_TIMEOUT_SECONDS
   from docker.errors import APIError
   ```
   
   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: commits-unsubscribe@airflow.apache.org

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