Skip to content

Commit c010110

Browse files
committed
fix(layout): Auto package annotation matches other elements
1 parent 81362ad commit c010110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quartodoc/layout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ class Auto(_Base):
217217
exclude: Optional[str] = None
218218
dynamic: Union[bool, str] = False
219219
children: ChoicesChildren = ChoicesChildren.embedded
220-
package: Optional[str] = MISSING()
220+
package: Union[str, None, MISSING] = MISSING()
221221

222222

223223
# TODO: rename to Default or something

0 commit comments

Comments
 (0)