Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalik committed Sep 29, 2023
1 parent c6f1602 commit 4b2d4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mypy_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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("", "")

0 comments on commit 4b2d4dd

Please sign in to comment.