Skip to content

Commit c50dcad

Browse files
orenc17Michael Schwarcz
authored andcommitted
Remove unused imports in make.py
1 parent a490428 commit c50dcad

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/make.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,11 @@
2020
"""
2121
from __future__ import print_function
2222

23-
import fnmatch
24-
import os
2523
from builtins import str
2624
import sys
27-
import json
2825
from time import sleep
2926
from shutil import copy
3027
from os.path import join, abspath, dirname
31-
from json import load, dump
3228

3329
# Be sure that the tools directory is in the search path
3430
ROOT = abspath(join(dirname(__file__), ".."))

0 commit comments

Comments
 (0)