Skip to content

Commit 9de768b

Browse files
ale-cciale-corradi
authored andcommitted
chore: Format with ruff
Signed-off-by: Alessandro Corradi <corradi.alessandro@mmfg.it>
1 parent 0ce053c commit 9de768b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docker/api/client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import requests.adapters
88
import requests.exceptions
99

10-
from .. import auth
10+
from .. import auth, context
1111
from ..constants import (
1212
DEFAULT_MAX_POOL_SIZE,
1313
DEFAULT_NUM_POOLS,
@@ -18,7 +18,6 @@
1818
MINIMUM_DOCKER_API_VERSION,
1919
STREAM_HEADER_SIZE_BYTES,
2020
)
21-
from .. import context
2221
from ..errors import (
2322
DockerException,
2423
InvalidVersion,

0 commit comments

Comments
 (0)