Skip to content

Commit 7e8eb67

Browse files
author
Andrei Neagu
committed
fixed mypy
1 parent e964d85 commit 7e8eb67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/models-library/src/models_library/aiodocker_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
class AioDockerContainerSpec(ContainerSpec):
14-
Env: dict[str, str | None] | None = Field( # type: ignore
14+
Env: dict[str, str | None] | None = Field(
1515
default=None,
1616
description="aiodocker expects here a dictionary and re-convert it back internally`.\n",
1717
)

0 commit comments

Comments
 (0)