Skip to content

Commit f19f558

Browse files
authored
Remove import of removed, unused Python modules (#308)
1 parent 51096f5 commit f19f558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from __future__ import print_function
1616

17-
import os, sys, argparse, platform, subprocess, imp, shutil, distutils.dir_util, json
17+
import os, sys, argparse, platform, subprocess, shutil, json
1818

1919
from collections import OrderedDict
2020

0 commit comments

Comments
 (0)