anv: drop unused imports

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
Eric Engestrom
2019-02-20 10:34:41 +00:00
committed by Eric Engestrom
parent 8cbfcab425
commit d3115f34a6
-2
View File
@@ -24,10 +24,8 @@ COPYRIGHT = """\
*/
"""
import argparse
import copy
import re
import xml.etree.cElementTree as et
def _bool_to_c_expr(b):
if b is True: