Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
chriso committed May 20, 2024
1 parent 80c51be commit e0a1929
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ Dispatch can also be integrated with web applications built on [Flask][flask].
The API is nearly identical to FastAPI above, instead use:

```python
from flask import Flask
from dispatch.flask import Dispatch

app = Flask(__name__)
Expand Down

0 comments on commit e0a1929

Please sign in to comment.