Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
aquamatthias committed Nov 1, 2023
1 parent 05f23da commit df5f758
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resotocore/resotocore/model/graph_access.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ class Section:
usage = "usage"

# The set of all content sections
content_ordered = [reported, security, usage, desired, metadata]
content_ordered = [reported, security, desired, metadata]
content = set(content_ordered)

# The list of all lookup sections
lookup_sections_ordered = [ancestors, descendants]
lookup_sections_ordered = [ancestors, descendants, usage]
lookup_sections = set(lookup_sections_ordered)

# The list of all sections
Expand Down

0 comments on commit df5f758

Please sign in to comment.