Message ID | 20240628104828.2928109-19-stefan.klug@ideasonboard.com |
---|---|
State | Superseded |
Headers | show |
Series |
|
Related | show |
Hi Stefan, Thank you for the patch. On Fri, Jun 28, 2024 at 12:47:11PM +0200, Stefan Klug wrote: This needs a commit message. > Signed-off-by: Stefan Klug <stefan.klug@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
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
Signed-off-by: Stefan Klug <stefan.klug@ideasonboard.com> --- utils/tuning/libtuning/modules/agc/agc.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)