We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e6240b commit 8122082Copy full SHA for 8122082
1 file changed
vectorizing/geometry/segment_list.py
@@ -17,7 +17,7 @@ def flattened(self, _):
17
def to_list(self):
18
return list(self.points)
19
20
- def bounds(self):
+ def bounds(self, _):
21
t = self.points.T
22
x = t[0]
23
y = t[1]
0 commit comments