From 3ef5e9d1594faf431fdbc619b88c8cf260ac7a33 Mon Sep 17 00:00:00 2001 From: Hampus Sandberg Date: Mon, 8 Jul 2024 09:13:53 -0700 Subject: [PATCH] Fixed linting error. --- python/surf/devices/ti/_Ads1217.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/surf/devices/ti/_Ads1217.py b/python/surf/devices/ti/_Ads1217.py index 9bf427b19b..b3959a729c 100644 --- a/python/surf/devices/ti/_Ads1217.py +++ b/python/surf/devices/ti/_Ads1217.py @@ -61,4 +61,3 @@ def __init__(self, mode = 'RW', hidden = pga_hidden, )) -