♻️ rewrite quart driver

This commit is contained in:
yanyongyu
2021-12-20 15:46:23 +08:00
parent c49059f9d3
commit ea8f7717b9
3 changed files with 64 additions and 129 deletions

View File

@ -61,7 +61,6 @@ def Depends(
* ``dependency: Optional[Callable[..., Any]] = None``: 依赖函数。默认为参数的类型注释。
* ``use_cache: bool = True``: 是否使用缓存。默认为 ``True``。
* ``allow_types: Optional[List[Type[Param]]] = None``: 允许的参数类型。默认为 ``None``。
.. code-block:: python