✏️ Fix import typo in reference example for Security (#11168)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
0shah0andSebastián Ramírez authored and GitHub committed 2024-08-17 06:53:52 +00:00
1 parent 066ea10ac5
commit 85cded53c8
1 file changed
+1 -1
+1 -1
View File
@@ -2343,7 +2343,7 @@ def Security( # noqa: N802
```python
from typing import Annotated
from fastapi import Depends, FastAPI
from fastapi import Security, FastAPI
from .db import User
from .security import get_current_active_user