Skip to content

Commit 6b73cab

Browse files
Remove unused imports.
1 parent a9e636a commit 6b73cab

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

utils/name-compression/HuffGen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
import sys
4-
from heapq import heappush, heappop, heapify
4+
from heapq import heappush, heappop
55
from collections import defaultdict
66

77
filenames = sys.argv[1:]

utils/update-checkout

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ from SwiftBuildSupport import (
2121
SWIFT_SOURCE_ROOT,
2222
WorkingDirectory,
2323
check_call,
24-
check_output,
2524
)
2625

2726
def update_working_copy(repo_path):

0 commit comments

Comments
 (0)