Fix build error.
Use a list comprehension instead of filter(), since filter() needs the itertools module which isn't available at build time.
Showing
Please
register
or
sign in
to comment
Use a list comprehension instead of filter(), since filter() needs the itertools module which isn't available at build time.