You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "hussein-awala (via GitHub)" <gi...@apache.org> on 2023/09/11 21:34:34 UTC

[GitHub] [airflow] hussein-awala commented on a diff in pull request #34284: expose ulimits host_config-option

hussein-awala commented on code in PR #34284:
URL: https://github.com/apache/airflow/pull/34284#discussion_r1322095256


##########
airflow/providers/docker/operators/docker.py:
##########
@@ -30,7 +30,7 @@
 
 from docker.constants import DEFAULT_TIMEOUT_SECONDS
 from docker.errors import APIError
-from docker.types import LogConfig, Mount
+from docker.types import LogConfig, Mount, Ulimit

Review Comment:
   Could you move it to `if TYPE_CHECKING` block?



-- 
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