Skip to content

Commit

Permalink
Update testing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertoPrevato committed Nov 19, 2023
1 parent 78065f8 commit d15d8cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,10 @@ Documentation:
```python
from blacksheep import Application

from .routes import router
from .docs import docs # +++


app = Application(router=router)
app = Application()
docs.bind_app(app) # +++
```

Expand Down

0 comments on commit d15d8cc

Please sign in to comment.