Skip to content

Commit 185f18e

Browse files
committed
style: apply black
1 parent f170b18 commit 185f18e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/structurizr/view/system_context_view.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ def add_all_elements(self) -> None:
6262
self.add_all_people()
6363

6464
@classmethod
65-
def hydrate(cls, system_context_view_io: SystemContextViewIO) -> "SystemContextView":
65+
def hydrate(
66+
cls, system_context_view_io: SystemContextViewIO
67+
) -> "SystemContextView":
6668
""""""
6769
return cls(
6870
enterprise_boundary_visible=system_context_view_io.enterprise_boundary_visible,

0 commit comments

Comments
 (0)