Skip to content

Commit 80275a8

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent fb481ae commit 80275a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WrightTools/artists/_quick/_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def __init__(self, *args, **kwargs):
168168
)
169169
removed_shape = self.data._chop_prep(*[a.expression for a in self.axes], at=self.at)[0]
170170
# further reduce if the channel is just lower dimensionality
171-
removed_shape = [min(x,y) for x,y in zip(removed_shape, shape)]
171+
removed_shape = [min(x, y) for x, y in zip(removed_shape, shape)]
172172
self.nfigs = reduce(int.__mul__, removed_shape) // reduce(
173173
int.__mul__, uninvolved_shape
174174
)

0 commit comments

Comments
 (0)