Skip to content

Commit 8c8fcbc

Browse files
committed
mypy
1 parent 31b97c7 commit 8c8fcbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/service-library/src/servicelib/aiohttp/rest_middlewares.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,4 +199,4 @@ def append_rest_middlewares(
199199
):
200200
"""Helper that appends rest-middlewares in the correct order"""
201201
app.middlewares.append(error_middleware_factory(api_version))
202-
app.middlewares.append(envelope_middleware_factory(api_version)) # type: ignore[arg-type]
202+
app.middlewares.append(envelope_middleware_factory(api_version))

0 commit comments

Comments
 (0)