mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-03 02:48:43 +02:00
lint and format fixes
This commit is contained in:
@@ -767,7 +767,7 @@ def prepare_args_and_stdin(
|
||||
image: Optional[str] = None,
|
||||
# Like "langchain/langgraphjs-api" or "langchain/langgraph-api
|
||||
base_image: Optional[str] = None,
|
||||
):
|
||||
) -> tuple[list[str], str]:
|
||||
assert config_path.exists(), f"Config file not found: {config_path}"
|
||||
# prepare args
|
||||
stdin = langgraph_cli.docker.compose(
|
||||
|
||||
Reference in New Issue
Block a user