Skip to content

Commit e0a1929

Browse files
committed
Add missing import
1 parent 80c51be commit e0a1929

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ Dispatch can also be integrated with web applications built on [Flask][flask].
206206
The API is nearly identical to FastAPI above, instead use:
207207

208208
```python
209+
from flask import Flask
209210
from dispatch.flask import Dispatch
210211

211212
app = Flask(__name__)

0 commit comments

Comments
 (0)