Skip to content

Commit 91b6035

Browse files
committed
Remove unnecessary ()
1 parent 7ad1707 commit 91b6035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data_morph/shapes/points/spade.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Spade(PointCollection):
3131

3232
def __init__(self, dataset: Dataset) -> None:
3333
data_bounds = dataset.data_bounds
34-
(_, xmax) = data_bounds.x_bounds
34+
_, xmax = data_bounds.x_bounds
3535
x_shift, y_shift = data_bounds.center
3636

3737
# upside-down heart

0 commit comments

Comments
 (0)