We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e964d85 commit 7e8eb67Copy full SHA for 7e8eb67
packages/models-library/src/models_library/aiodocker_api.py
@@ -11,7 +11,7 @@
11
12
13
class AioDockerContainerSpec(ContainerSpec):
14
- Env: dict[str, str | None] | None = Field( # type: ignore
+ Env: dict[str, str | None] | None = Field(
15
default=None,
16
description="aiodocker expects here a dictionary and re-convert it back internally`.\n",
17
)
0 commit comments