Update tests/test_utils_get_adj.py
Run CI Tests / test (push) Successful in 51s

This commit is contained in:
2025-07-31 21:22:47 +02:00
parent 541f5c98aa
commit e7f80fe52e
-1
View File
@@ -15,7 +15,6 @@ class SubAdjustable(Adjustable):
super().__init__(*a, **kw)
self._val = 0
# impl. minimale pour satisfaire lABC
def get_current_value(self):
return self._val