pre-commit-ci-lite[bot]
8 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
docs/en/docs/tutorial/background-tasks.md
|
|
|
@ -19,7 +19,7 @@ First, import `BackgroundTasks` and define a parameter in your *path operation f |
|
|
|
|
|
|
|
**FastAPI** will create the object of type `BackgroundTasks` for you and pass it as that parameter. |
|
|
|
|
|
|
|
### Example |
|
|
|
### Example { #example } |
|
|
|
|
|
|
|
```python |
|
|
|
from fastapi import FastAPI, BackgroundTasks |
|
|
|
|