Skip to content
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.

Commit

Permalink
refactor: PR feedback
Browse files Browse the repository at this point in the history
Co-authored-by: Moritz E. Beber <[email protected]>
  • Loading branch information
yt-ms and Midnighter committed Jun 10, 2021
1 parent aa24ffb commit c387a52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/structurizr/view/view_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,7 @@ def hydrate(cls, views: ViewSetIO, model: "Model") -> "ViewSet":

# Patch up filtered views
for filtered_view in result.filtered_views:
base_view = result[filtered_view.base_view_key]
filtered_view.view = base_view
filtered_view.view = result[filtered_view.base_view_key]

return result

Expand Down

0 comments on commit c387a52

Please sign in to comment.