types.py 220 Bytes DüzenleWeb IDE 1 2 3 4 5 6 7 # Compatibility module. See https://github.com/docker/docker-py/issues/1196 import warnings from ..types import Ulimit, LogConfig # flake8: noqa warnings.warn('docker.utils.types is now docker.types', ImportWarning)