Skip to content

Commit

Permalink
Merge pull request #579 from JohanWork/main
Browse files Browse the repository at this point in the history
fix imports
  • Loading branch information
jph00 authored Nov 22, 2024
2 parents 55fc762 + de0287c commit a6f92ad
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 a6f92ad

Please sign in to comment.