| Index: tools/json_schema_compiler/json_schema.py
|
| diff --git a/tools/json_schema_compiler/json_schema.py b/tools/json_schema_compiler/json_schema.py
|
| index 0fa1ba57e9669379d75f1909215dc751816fe54d..28fc394e4e19fc11aa17b0e268bd722cc907120d 100644
|
| --- a/tools/json_schema_compiler/json_schema.py
|
| +++ b/tools/json_schema_compiler/json_schema.py
|
| @@ -3,11 +3,8 @@
|
| # found in the LICENSE file.
|
|
|
| import copy
|
| -import os
|
| -import sys
|
|
|
| import json_parse
|
| -import schema_util
|
|
|
| def DeleteNodes(item, delete_key):
|
| """Deletes the given nodes in item, recursively, that have |delete_key| as
|
|
|