Vendored Docker SDK for Python code: remove unused constants (#1037)

* Remove constants that are never used.

* Adjust unit tests.
This commit is contained in:
Felix Fontein
2025-02-01 23:14:19 +01:00
committed by GitHub
parent 511cfe52ca
commit bcd6e57450
6 changed files with 20 additions and 9 deletions
-4
View File
@@ -12,7 +12,6 @@ __metaclass__ = type
import sys
DEFAULT_DOCKER_API_VERSION = '1.41'
MINIMUM_DOCKER_API_VERSION = '1.21'
DEFAULT_TIMEOUT_SECONDS = 60
STREAM_HEADER_SIZE_BYTES = 8
@@ -45,6 +44,3 @@ DEFAULT_NUM_POOLS_SSH = 9
DEFAULT_MAX_POOL_SIZE = 10
DEFAULT_DATA_CHUNK_SIZE = 1024 * 2048
DEFAULT_SWARM_ADDR_POOL = ['10.0.0.0/8']
DEFAULT_SWARM_SUBNET_SIZE = 24