Skip to content

Commit b1a4870

Browse files
thefourtheyeFishrock123
authored andcommitted
tools: remove unused imports
PR-URL: #5765 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent d9b4e15 commit b1a4870

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

tools/gyp_node.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/usr/bin/env python
2-
import glob
32
import os
4-
import shlex
53
import sys
64

75
script_dir = os.path.dirname(__file__)

tools/install.py

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
import os
1111
import re
1212
import shutil
13-
import stat
1413
import sys
1514

1615
# set at init time

0 commit comments

Comments
 (0)