From 9f4dbbebdff530f7458f77a0750ec095f510fa0f Mon Sep 17 00:00:00 2001 From: Martin Walters <104021577+waltersma@users.noreply.github.com> Date: Mon, 23 Sep 2024 15:09:11 +0100 Subject: [PATCH] Update 11_solder_ball.py --- examples/gallery/11_solder_ball.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/gallery/11_solder_ball.py b/examples/gallery/11_solder_ball.py index b46f536d14..b958372ba0 100644 --- a/examples/gallery/11_solder_ball.py +++ b/examples/gallery/11_solder_ball.py @@ -351,7 +351,9 @@ model.delete_parts([target_part.id]) display = PrimePlotter() -display.plot(model, scope=prime.ScopeDefinition(model=model, label_expression="solder*"), update=True) +display.plot( + model, scope=prime.ScopeDefinition(model=model, label_expression="solder*"), update=True +) display.show() ###############################################################################