From 5bf5cace0c7ce65468d7393363b34c1878f48072 Mon Sep 17 00:00:00 2001 From: Hampus Sandberg Date: Fri, 5 Jul 2024 15:11:31 -0700 Subject: [PATCH] Fixed linting --- python/surf/devices/analog_devices/_Ad5541.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/python/surf/devices/analog_devices/_Ad5541.py b/python/surf/devices/analog_devices/_Ad5541.py index 83ec56f52f..2cf0a7bebe 100644 --- a/python/surf/devices/analog_devices/_Ad5541.py +++ b/python/surf/devices/analog_devices/_Ad5541.py @@ -18,10 +18,11 @@ class Ad5541(pr.Device): def __init__(self, - name = 'AD5541', - description = 'AD5541 DAC', - maximum = 0, # Sets the limit for the maximum allowed voltage from software - **kwargs): + name = 'AD5541', + description = 'AD5541 DAC', + maximum = 0, # Sets the limit for the maximum allowed voltage from software + **kwargs): + super().__init__(name=name, description=description, **kwargs) self.add(pr.RemoteVariable(