Skip to content

Commit 1343eba

Browse files
committed
Remove unused imports
1 parent cde0d79 commit 1343eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pr-checks/sync_back.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import argparse
2323
import sys
2424
from pathlib import Path
25-
from typing import Dict, Set, List, Tuple
25+
from typing import Dict, List
2626

2727

2828
def scan_generated_workflows(workflow_dir: str) -> Dict[str, str]:

0 commit comments

Comments
 (0)