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:
Ben Firshman 2016-11-07 12:20:20 -08:00
parent f745c8e7c5
commit 3c7c231983
No known key found for this signature in database
GPG Key ID: 18296449E36D2F1E
1 changed files with 1 additions and 1 deletions

View File

@ -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)