mirror of https://github.com/docker/docker-py.git
fix import ping function used when pushing an image
This commit is contained in:
parent
8be4c1f0d3
commit
48604fd63a
|
|
@ -1 +1 @@
|
|||
from .utils import mkbuildcontext, tar, compare_version # flake8: noqa
|
||||
from .utils import mkbuildcontext, tar, compare_version, ping # flake8: noqa
|
||||
|
|
|
|||
Loading…
Reference in New Issue