Skip to content

Commit 2fdbc41

Browse files
committed
fix(tests): remove redundant shutil import
1 parent 18f5692 commit 2fdbc41

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/integrations/test_integration_subcommand.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2517,8 +2517,6 @@ def test_upgrade_non_active_agent_preserves_active_agent_skills(self, tmp_path):
25172517
pass is now gated on the target being the active agent. (Skills parity
25182518
for non-active agents is tracked separately in #2948.)
25192519
"""
2520-
import shutil
2521-
25222520
# Active agent: copilot in skills mode → git extension renders as skills.
25232521
project = _init_project(tmp_path, "copilot", integration_options="--skills")
25242522
result = _run_in_project(project, ["extension", "add", "git"])

0 commit comments

Comments
 (0)