mirror of https://github.com/tiangolo/fastapi.git
💡 Add issue ref
This commit is contained in:
parent
68760ad345
commit
118a1ddd4b
|
|
@ -1,3 +1,5 @@
|
|||
# Ref: https://github.com/fastapi/fastapi/issues/14454
|
||||
|
||||
from typing import Optional
|
||||
|
||||
from fastapi import FastAPI, Security
|
||||
|
|
|
|||
Loading…
Reference in New Issue