There was an error while loading. Please reload this page.
1 parent 2f70b50 commit a058839Copy full SHA for a058839
1 file changed
stubs/docker/docker/context/api.pyi
@@ -32,9 +32,7 @@ class ContextAPI:
32
@classmethod
33
def get_current_context(cls) -> Context: ...
34
35
- def kwargs_from_context(
36
- cls, name: str | None = None, environment: _SupportsGet | None = None
37
- ) -> _ContextKwargs: ...
+ def kwargs_from_context(cls, name: str | None = None, environment: _SupportsGet | None = None) -> _ContextKwargs: ...
38
39
def set_current_context(cls, name: str = "default") -> None: ...
40
0 commit comments