Skip to content

Commit 8122082

Browse files
committed
add missing param
1 parent 1e6240b commit 8122082

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vectorizing/geometry/segment_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def flattened(self, _):
1717
def to_list(self):
1818
return list(self.points)
1919

20-
def bounds(self):
20+
def bounds(self, _):
2121
t = self.points.T
2222
x = t[0]
2323
y = t[1]

0 commit comments

Comments
 (0)