chore: added missing new line

This commit is contained in:
Benny Megidish
2024-11-24 20:52:40 +02:00
committed by GitHub
parent e1378eea49
commit efaf3d7bc6
+2 -1
View File
@@ -72,7 +72,8 @@ def get_plot_plan(board, active_only=True):
layers.append((layer_std_name, i, layer_name))
return layers
def get_layer_names(board, active_only=True):
"""Returns a list of (active) layer names of the current board"""
plotPlan = get_plot_plan(board, active_only)
return [layer_info[0] for layer_info in plotPlan]
return [layer_info[0] for layer_info in plotPlan]