Add parameter types to docker.models.images.ImageCollection.build (#12196)

Introduce stubs-only module `docker._types`.
This commit is contained in:
Adam Dangoor
2024-06-25 13:18:21 +01:00
committed by GitHub
parent 1535e93674
commit ff35709167
4 changed files with 55 additions and 9 deletions
@@ -11,3 +11,6 @@ docker.models.resource.Collection.model
# keyword arguments are now unsupported
docker.api.container.ContainerApiMixin.start
# Internal-use module for types shared by multiple modules.
docker._types