diff --git a/PadArray.py b/PadArray.py index 9ecd983..5e1bdc7 100644 --- a/PadArray.py +++ b/PadArray.py @@ -212,7 +212,7 @@ def __init__(self, pad, nx, ny, px, py, centre=pcbnew.wxPoint(0, 0)): @param py: pitch in y-direction @param centre: array centre point """ - super(PadGridArray, self).__init__(pad) + super().__init__(pad) self.nx = int(nx) self.ny = int(ny)