Skip to content

Commit 199bed0

Browse files
authored
Merge pull request #3 from NFFT/python-code-format-patches
Fixes by format action
2 parents d739cf4 + 7613bae commit 199bed0

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/pyGroupedTransforms/GroupedTransform.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -379,9 +379,7 @@ def worker(i):
379379
else:
380380
return self.matrix @ other.data
381381
else:
382-
raise ValueError(
383-
"Wrong input data type"
384-
)
382+
raise ValueError("Wrong input data type")
385383

386384
def __matmul__(self, other):
387385
return self.__mul__(other)

0 commit comments

Comments
 (0)