Kwame Wright
1 day ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
1 deletions
-
docs_src/dependencies/tutorial012_an_py39.py
|
|
@ -1,5 +1,6 @@ |
|
|
|
from typing import Annotated |
|
|
|
|
|
|
|
from fastapi import Depends, FastAPI, Header, HTTPException |
|
|
|
from typing_extensions import Annotated |
|
|
|
|
|
|
|
|
|
|
|
async def verify_token(x_token: Annotated[str, Header()]): |
|
|
|