Skip to content

Commit 00d906d

Browse files
committed
Remove dead code
1 parent 399ea6c commit 00d906d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/test_template_update.py

-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
REPO_ROOT = Path(__file__).parent.parent
99

1010

11-
def custom_get_latest_github_tag(_action: str) -> tuple[str, str]:
12-
return "v9.9.9", "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
13-
14-
1511
def test_template_actions_update(tmp_path: Path):
1612
# Arrange
1713
src = REPO_ROOT / "template" / ".github" / "workflows"

0 commit comments

Comments
 (0)