Skip to content

Commit 3a901b0

Browse files
thefourtheyeMyles Borins
authored and
Myles Borins
committed
tools: remove unused imports
PR-URL: #5765 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 1b266fc commit 3a901b0

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)