mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 16:43:16 +00:00
fix: lint for ruff
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user