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:
committed by
Eric Engestrom
parent
8cbfcab425
commit
d3115f34a6
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user