Skip to content

Commit 635ac63

Browse files
committed
fix typo
1 parent 73a1b07 commit 635ac63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/idom/core/vdom.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def constructor(
219219
if not allow_children and children:
220220
raise TypeError(f"{tag!r} nodes cannot have children.")
221221

222-
model = vdom(tag, *children, key=key, **attributes), import_source
222+
model = vdom(tag, *children, key=key, **attributes)
223223
if import_source is not None:
224224
model = with_import_source(model, import_source)
225225

0 commit comments

Comments
 (0)