diff --git a/tools/export/__init__.py b/tools/export/__init__.py index f7fac37889..1b2f2207e7 100644 --- a/tools/export/__init__.py +++ b/tools/export/__init__.py @@ -84,7 +84,7 @@ def mcu_ide_matrix(verbose_html=False): """ supported_ides = sorted(EXPORTERS.keys()) # Only use it in this function so building works without extra modules - from prettytable import PrettyTable, ALL, HEADER + from prettytable import PrettyTable, HEADER # All tests status table print table_printer = PrettyTable(["Platform"] + supported_ides, junction_char="|", hrules=HEADER)