From 7a9fdddb7e0dfbbd41413ef36f87dd488826f187 Mon Sep 17 00:00:00 2001 From: Andrej Simurka Date: Wed, 29 Jul 2026 09:37:24 +0200 Subject: [PATCH] Refined quota_revocation docstring --- src/runners/quota_scheduler.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/runners/quota_scheduler.py b/src/runners/quota_scheduler.py index de9ce7451..563345c89 100644 --- a/src/runners/quota_scheduler.py +++ b/src/runners/quota_scheduler.py @@ -189,6 +189,8 @@ def quota_revocation( Parameters: ---------- + connection (Any): Database connection object (Postgres or SQLite) used + to apply quota updates. quota_limiter (QuotaLimiterConfiguration): Limiter configuration to process. increase_quota_statement (str): SQL statement used to increment quota values. reset_quota_statement (str): SQL statement used to reset quota values.