Skip to content

Commit 330276c

Browse files
committed
fix: lint for ruff
1 parent 22c7015 commit 330276c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/api/user/routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1442,7 +1442,7 @@ def wrapper(*args, **kwargs):
14421442
return wrapper
14431443

14441444

1445-
@user_ns.route(f"/api/webhooks/agents/<string:webhook_token>")
1445+
@user_ns.route("/api/webhooks/agents/<string:webhook_token>")
14461446
class AgentWebhookListener(Resource):
14471447
method_decorators = [require_agent]
14481448

0 commit comments

Comments
 (0)