We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a578768 commit 4e466b7Copy full SHA for 4e466b7
tools/export/__init__.py
@@ -84,7 +84,7 @@ def mcu_ide_matrix(verbose_html=False):
84
"""
85
supported_ides = sorted(EXPORTERS.keys())
86
# Only use it in this function so building works without extra modules
87
- from prettytable import PrettyTable, ALL, HEADER
+ from prettytable import PrettyTable, HEADER
88
89
# All tests status table print
90
table_printer = PrettyTable(["Platform"] + supported_ides, junction_char="|", hrules=HEADER)
0 commit comments