Skip to content

Commit 7ba546c

Browse files
committed
fix docs
1 parent 258ae45 commit 7ba546c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/_custom_js/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/idom/backend/tornado.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
def configure(
4141
app: Application,
4242
component: ComponentConstructor,
43-
options: Options | None = None,
43+
options: CommonOptions | None = None,
4444
) -> None:
4545
"""Configure the necessary IDOM routes on the given app.
4646

0 commit comments

Comments
 (0)