Skip to content

Commit a3bd527

Browse files
donbarbossrittau
andauthored
Update stubs/docker/docker/context/api.pyi
Co-authored-by: Sebastian Rittau <sebastian.rittau@zfutura.de>
1 parent 0807b86 commit a3bd527

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stubs/docker/docker/context/api.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class ContextAPI:
2525
@classmethod
2626
def kwargs_from_context(
2727
cls, name: str | None = None, environment: Mapping[str, str | None] | None = None
28-
) -> dict[str, Incomplete]: ... # TODO: Use TypedDict
28+
) -> dict[str, Incomplete]: ... # TODO: Use TypedDict, use SupportsGet
2929
@classmethod
3030
def set_current_context(cls, name: str = "default") -> None: ...
3131
@classmethod

0 commit comments

Comments
 (0)