mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-06-09 08:21:50 +00:00
fix(honcho): remove redundant local HOST import in _all_profile_host_configs
HOST is already imported at module level from honcho_integration.client. The local import inside _all_profile_host_configs() was unnecessary.
This commit is contained in:
parent
37d73d94bb
commit
8dc5b11e95
1 changed files with 0 additions and 1 deletions
|
|
@ -469,7 +469,6 @@ def _all_profile_host_configs() -> list[tuple[str, str, dict]]:
|
|||
Reads honcho.json once and maps each profile to its host block.
|
||||
"""
|
||||
try:
|
||||
from honcho_integration.client import HOST
|
||||
from hermes_cli.profiles import list_profiles
|
||||
profiles = list_profiles()
|
||||
except Exception:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue