blob: 8098c470f8a42d198a5e4cc1ed654fdad4e56cbb [file] [log] [blame]
# 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)