regenerate schema + lint & format

This commit is contained in:
David Asamu
2025-06-02 20:50:48 +01:00
parent 1e8f5dd2b6
commit bbbadc3db9
5 changed files with 170 additions and 82 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ def warn_non_wolfi_distro(config_json: dict) -> None:
fg="yellow",
)
click.secho(
" To switch, add '\"image_distro\": \"wolfi\"' to your langgraph.json config file.",
' To switch, add \'"image_distro": "wolfi"\' to your langgraph.json config file.',
fg="yellow",
)
click.secho("") # Empty line for better readability