[PATCH v2 18/25] libtuning: agc: Fix kwargs handling

Stefan Klug stefan.klug at ideasonboard.com
Fri Jun 28 12:47:11 CEST 2024


Signed-off-by: Stefan Klug <stefan.klug at ideasonboard.com>

---
 utils/tuning/libtuning/modules/agc/agc.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/utils/tuning/libtuning/modules/agc/agc.py b/utils/tuning/libtuning/modules/agc/agc.py
index 9c8899badc79..3631540844bc 100644
--- a/utils/tuning/libtuning/modules/agc/agc.py
+++ b/utils/tuning/libtuning/modules/agc/agc.py
@@ -14,8 +14,7 @@ class AGC(Module):
     out_name = 'GenericAGC'
 
     # \todo Add sector shapes and stuff just like lsc
-    def __init__(self, *,
-                 debug: list):
+    def __init__(self, debug: list):
         super().__init__()
 
         self.debug = debug
-- 
2.43.0



More information about the libcamera-devel mailing list