We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad1707 commit 91b6035Copy full SHA for 91b6035
src/data_morph/shapes/points/spade.py
@@ -31,7 +31,7 @@ class Spade(PointCollection):
31
32
def __init__(self, dataset: Dataset) -> None:
33
data_bounds = dataset.data_bounds
34
- (_, xmax) = data_bounds.x_bounds
+ _, xmax = data_bounds.x_bounds
35
x_shift, y_shift = data_bounds.center
36
37
# upside-down heart
0 commit comments