Skip to content

Commit

Permalink
chore: rearrange layout unions for better error ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
machow committed Oct 13, 2023
1 parent 8c95044 commit ebcd2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quartodoc/layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ class DocModule(Doc):
]
"""Entry in the contents list."""

ContentList = list[Union[ContentElement, Doc, _AutoDefault]]
ContentList = list[Union[_AutoDefault, ContentElement, Doc]]

# Item ----

Expand Down

0 comments on commit ebcd2ab

Please sign in to comment.