summaryrefslogtreecommitdiff
path: root/docker/utils/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'docker/utils/utils.py')
-rw-r--r--docker/utils/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/utils/utils.py b/docker/utils/utils.py
index 7b22909..71e4014 100644
--- a/docker/utils/utils.py
+++ b/docker/utils/utils.py
@@ -23,6 +23,7 @@ URLComponents = collections.namedtuple(
'scheme netloc url params query fragment',
)
+
def create_ipam_pool(*args, **kwargs):
raise errors.DeprecatedMethod(
'utils.create_ipam_pool has been removed. Please use a '