Skip to content

Commit 3bdf074

Browse files
fix: Line too long causing lint CI issue. (#119)
1 parent 4d1da57 commit 3bdf074

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/firebase_functions/https_fn.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,8 @@ def _on_call_handler(func: _C2, request: Request,
409409
def on_request(**kwargs) -> _typing.Callable[[_C1], _C1]:
410410
"""
411411
Handler which handles HTTPS requests.
412-
Requires a function that takes a ``Request`` and ``Response`` object, the same signature as a Flask app.
412+
Requires a function that takes a ``Request`` and ``Response`` object,
413+
the same signature as a Flask app.
413414
414415
Example:
415416

0 commit comments

Comments
 (0)