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