Commit 06b1ab8
committed
Fix build error.
Use a list comprehension instead of filter(), since filter() needs the
itertools module which isn't available at build time.1 parent 061ce7f commit 06b1ab8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments