From 4b2d4dd777f6aef1e40d6c353af8a7848f456c48 Mon Sep 17 00:00:00 2001 From: Vitaliy Kucheryaviy Date: Fri, 29 Sep 2023 18:58:26 +0300 Subject: [PATCH] lint fix --- tests/mypy_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mypy_test.py b/tests/mypy_test.py index de20a18cb..ba5b47efe 100644 --- a/tests/mypy_test.py +++ b/tests/mypy_test.py @@ -32,5 +32,5 @@ def new_way(request: HttpRequest, data: Body[Payload]) -> Any: @api.post("/new_way_ex") -def new_way(request: HttpRequest, data: BodyEx[Payload, P(title="A title")]) -> Any: +def new_way_ex(request: HttpRequest, data: BodyEx[Payload, P(title="A title")]) -> Any: data.s.find("", "")