Removed "ALL" from PrettyTable import

pull/8993/head
Jenny Plunkett 2018-12-06 10:44:36 -06:00
parent a578768c48
commit 4e466b7ff8
1 changed files with 1 additions and 1 deletions

View File

@ -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)