Skip to content

Commit b19a8a8

Browse files
BenBtgCopilot
andcommitted
fix(agents): remove unused is_dollar_skills_agent import
Leftover from replacing the inline ternary with get_invocation_prefix. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 65ef91d9-4c31-4f31-a009-ed2093fe7f28 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous)
1 parent 633e8f9 commit b19a8a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/specify_cli/agents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import yaml
1616

1717
from ._init_options import is_ai_skills_enabled, load_init_options
18-
from ._invocation_style import get_invocation_prefix, is_dollar_skills_agent
18+
from ._invocation_style import get_invocation_prefix
1919
from ._toml_string import escape_toml_basic as _escape_toml_basic
2020
from ._toml_string import has_illegal_toml_control as _has_illegal_toml_control
2121
from ._utils import relative_extension_path_violation

0 commit comments

Comments
 (0)