Kaydet (Commit) a6fb7a20 authored tarafından Joffrey F's avatar Joffrey F

Re-add docker.utils.types module for backwards compatibility

Signed-off-by: 's avatarJoffrey F <joffrey@docker.com>
üst 72e7afe1
# 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)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment