fix(google-chat): repair setup prompt imports

This commit is contained in:
helix4u 2026-05-08 12:55:20 -06:00 committed by Teknium
parent d10d19ebb7
commit cacb984732
2 changed files with 59 additions and 5 deletions

View file

@ -2936,15 +2936,14 @@ def interactive_setup() -> None:
prompt for env vars, persist them to ``~/.hermes/.env`` so the next
gateway restart picks them up.
"""
from hermes_cli.config import (
get_env_value,
save_env_value,
prompt,
prompt_yes_no,
from hermes_cli.cli_output import (
print_info,
print_success,
print_warning,
prompt,
prompt_yes_no,
)
from hermes_cli.config import get_env_value, save_env_value
existing_sub = get_env_value("GOOGLE_CHAT_SUBSCRIPTION_NAME")
if existing_sub: