From 298d43469a62b7065b714e825aa60b5d34fcae02 Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Mon, 16 Feb 2026 17:07:33 +0100 Subject: [PATCH] remove kwds arg from ccrack.Rack() --- frappy_psi/ccracks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappy_psi/ccracks.py b/frappy_psi/ccracks.py index 08c2da95..d16d5616 100644 --- a/frappy_psi/ccracks.py +++ b/frappy_psi/ccracks.py @@ -8,7 +8,7 @@ from frappy.errors import ConfigError class Rack: configbase = Path('/home/l_samenv/.config/frappy_instruments') - def __init__(self, modfactory, **kwds): + def __init__(self, modfactory): self.modfactory = modfactory instpath = self.configbase / os.environ['Instrument'] sections = {}