Skip to content

Commit bae012b

Browse files
Fix ruff format: collapse parenthesized assignment
1 parent ba84aed commit bae012b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/extensions/score_draw_uml_funcs/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -610,8 +610,8 @@ def __call__(
610610
self, need: dict[str, str], all_needs: dict[str, dict[str, str]]
611611
) -> str:
612612
component_need = _resolve_component_for_view(need, all_needs)
613-
structure_text, linkage_text, proc_impl_interfaces, _ = (
614-
draw_comp_incl_impl_int(component_need, all_needs, dict(), dict(), True)
613+
structure_text, linkage_text, proc_impl_interfaces, _ = draw_comp_incl_impl_int(
614+
component_need, all_needs, dict(), dict(), True
615615
)
616616

617617
# Add all interfaces which are implemented by component to global list

0 commit comments

Comments
 (0)