mirror of https://github.com/docker/docker-py.git
Fix broken unit test
Introduced by https://github.com/docker/docker-py/pull/1230 Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
parent
f745c8e7c5
commit
3c7c231983
|
@ -3,7 +3,7 @@
|
|||
import json
|
||||
|
||||
from . import fake_api
|
||||
from ..base import requires_api_version
|
||||
from ..helpers import requires_api_version
|
||||
from .api_test import (DockerClientTest, url_prefix, fake_request)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue