We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7167189 commit 8abb8eeCopy full SHA for 8abb8ee
docker/utils/types.py
@@ -0,0 +1,7 @@
1
+# Compatibility module. See https://github.com/docker/docker-py/issues/1196
2
+
3
+import warnings
4
5
+from ..types import Ulimit, LogConfig # flake8: noqa
6
7
+warnings.warn('docker.utils.types is now docker.types', ImportWarning)
0 commit comments