Skip to content

Commit 2d9b2ce

Browse files
author
Your Name
committed
fix: Remove unused name_counts variable in input_container.py
Co-authored-by: cecli (openai/gemini_cli_local/gemini-2.5-pro)
1 parent a00a2b7 commit 2d9b2ce

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cecli/tui/widgets/input_container.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ def _format_sub_agent_pills(sub_agents: list, show_squares: bool = False) -> str
112112
A string like ``"◍ primary ◆ reviewer (a6b)"``.
113113
"""
114114
parts = []
115-
name_counts = Counter(sa["name"] for sa in sub_agents)
116115

117116
for sa in sub_agents:
118117
active = sa.get("active", False)

0 commit comments

Comments
 (0)