Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanWork committed Nov 17, 2024
1 parent 67a28e3 commit de0287c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbs/explains/routes.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
"metadata": {},
"source": [
"```python\n",
"from books import app as books_app\n",
"from books import books_app\n",
"\n",
"app, rt = fast_app(routes=[Mount(\"/books\", books_app, name=\"books\")]) # <1>\n",
"\n",
Expand Down

0 comments on commit de0287c

Please sign in to comment.