[lint] miss checker docstring
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
SouthFox 2023-06-13 14:14:28 +08:00
parent e006e448ed
commit 3cd6f9fc34

View file

@ -1,3 +1,4 @@
"""Request checker"""
from flask import Request, abort
from demo.httpsig import HttpSignature
@ -5,6 +6,7 @@ from demo.httpsig import HttpSignature
def inbox_prechecker(
request: Request,
) -> bool:
"""Inbox request prechecker"""
try:
payload = request.headers
parsec_signature = HttpSignature.parse_signature(