Skip to content

Commit 4e466b7

Browse files
author
Jenny Plunkett
committed
Removed "ALL" from PrettyTable import
1 parent a578768 commit 4e466b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/export/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def mcu_ide_matrix(verbose_html=False):
8484
"""
8585
supported_ides = sorted(EXPORTERS.keys())
8686
# Only use it in this function so building works without extra modules
87-
from prettytable import PrettyTable, ALL, HEADER
87+
from prettytable import PrettyTable, HEADER
8888

8989
# All tests status table print
9090
table_printer = PrettyTable(["Platform"] + supported_ides, junction_char="|", hrules=HEADER)

0 commit comments

Comments
 (0)