Browse Source

🎨 Auto format

pull/14401/head
pre-commit-ci-lite[bot] 8 months ago
committed by GitHub
parent
commit
9efed7f94e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/docs/tutorial/background-tasks.md

2
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. **FastAPI** will create the object of type `BackgroundTasks` for you and pass it as that parameter.
### Example ### Example { #example }
```python ```python
from fastapi import FastAPI, BackgroundTasks from fastapi import FastAPI, BackgroundTasks

Loading…
Cancel
Save