Skip to content

Commit 78fe635

Browse files
committed
fix ignore
1 parent 4cb346d commit 78fe635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask_pydantic_spec/flask_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def validate(
195195

196196
before(request, response, req_validation_error, None)
197197
if req_validation_error:
198-
abort(response)
198+
abort(response) # type: ignore[unused-ignore]
199199

200200
response = make_response(func(*args, **kwargs))
201201

0 commit comments

Comments
 (0)