Skip to content
Snippets Groups Projects

:shirt: pylint

Merged Vincent Hatakeyama requested to merge topic/default/pylint into branch/default
@@ -4,7 +4,7 @@
import atexit
import logging
from docker.errors import APIError
from docker.errors import APIError # type: ignore[import]
from .docker_client import DockerClient
Loading