We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 954b953 commit cf0bfaaCopy full SHA for cf0bfaa
1 file changed
docker/api/client.py
@@ -7,7 +7,7 @@
7
import requests.adapters
8
import requests.exceptions
9
10
-from .. import auth
+from .. import auth, context
11
from ..constants import (
12
DEFAULT_MAX_POOL_SIZE,
13
DEFAULT_NUM_POOLS,
@@ -18,7 +18,6 @@
18
MINIMUM_DOCKER_API_VERSION,
19
STREAM_HEADER_SIZE_BYTES,
20
)
21
-from .. import context
22
from ..errors import (
23
DockerException,
24
InvalidVersion,
0 commit comments