Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unused imports
  • Loading branch information
henrymercer committed Sep 10, 2025
commit 1343eba2d06f8e026a7bd25e9c4e15f1c0c44698
2 changes: 1 addition & 1 deletion pr-checks/sync_back.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import argparse
import sys
from pathlib import Path
from typing import Dict, Set, List, Tuple
from typing import Dict, List


def scan_generated_workflows(workflow_dir: str) -> Dict[str, str]:
Expand Down
Loading