Skip to content

Commit 2b0ff5e

Browse files
author
Brian Villemarette
committed
Add missing type definition
1 parent f2dcf90 commit 2b0ff5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/event_handler/test_api_gateway.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ def test_api_gateway_app_proxy():
869869
blueprint = Blueprint()
870870

871871
@blueprint.get("/my/path")
872-
def foo(app):
872+
def foo(app: ApiGatewayResolver):
873873
return {}
874874

875875
app.register_blueprint(blueprint)

0 commit comments

Comments
 (0)