fix: lint for ruff

This commit is contained in:
Alex
2025-04-28 22:32:13 +01:00
parent 22c7015c69
commit 330276cdf7

View File

@@ -1442,7 +1442,7 @@ def require_agent(func):
return wrapper
@user_ns.route(f"/api/webhooks/agents/<string:webhook_token>")
@user_ns.route("/api/webhooks/agents/<string:webhook_token>")
class AgentWebhookListener(Resource):
method_decorators = [require_agent]