Skip to content

Commit 7613bae

Browse files
authored
Auto code format
1 parent d739cf4 commit 7613bae

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)