Skip to content

Commit 1a502b4

Browse files
committed
fix: typo in init file
1 parent 6dd5cc6 commit 1a502b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

quartodoc/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
from .layout import Auto
1313

1414
__all__ = (
15-
"Auto" "blueprint",
15+
"Auto",
16+
"blueprint",
1617
"collect",
1718
"convert_inventory",
1819
"create_inventory",

0 commit comments

Comments
 (0)