remove more coding cookies

mainly from frappy_psi

Change-Id: I192811459aebe97f3076888cd31a308a51e6aa49
This commit is contained in:
2024-01-29 14:14:09 +01:00
parent 75cfffb548
commit d55ee42612
28 changed files with 396 additions and 438 deletions

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# *****************************************************************************
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
@ -86,4 +85,4 @@ class Vector(Drivable, VectorRd):
self.parameters['target'].datatype = TupleOf(*members)
def write_target(self, value):
return tuple((c.write_target(v) for v, c in zip(value, self.components)))
return tuple((c.write_target(v) for v, c in zip(value, self.components)))