We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81362ad commit c010110Copy full SHA for c010110
quartodoc/layout.py
@@ -217,7 +217,7 @@ class Auto(_Base):
217
exclude: Optional[str] = None
218
dynamic: Union[bool, str] = False
219
children: ChoicesChildren = ChoicesChildren.embedded
220
- package: Optional[str] = MISSING()
+ package: Union[str, None, MISSING] = MISSING()
221
222
223
# TODO: rename to Default or something
0 commit comments