Skip to content

Commit 9e2400e

Browse files
yt-msMidnighter
authored andcommitted
style: fix black error
1 parent 7a2ae29 commit 9e2400e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/structurizr/view/view_set.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ def create_system_landscape_view(
159159
`SystemLandscapeView` instance or
160160
**kwargs: Provide keyword arguments for instantiating a
161161
`SystemLandscapeView` (recommended).
162-
""" # TODO:
162+
"""
163+
# TODO:
163164
# assertThatTheViewKeyIsSpecifiedAndUnique(key);
164165
if system_landscape_view is None:
165166
system_landscape_view = SystemLandscapeView(

0 commit comments

Comments
 (0)