mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-03 16:58:35 +08:00
Remove trailing whitespace
This commit is contained in:
@@ -41,7 +41,7 @@ def convex_hull_image(image):
|
||||
for i, (x_offset, y_offset) in enumerate(zip((0, 0, -0.5, 0.5),
|
||||
(-0.5, 0.5, 0, 0))):
|
||||
coords_corners[i * N:(i + 1) * N] = coords + [x_offset, y_offset]
|
||||
|
||||
|
||||
coords = coords_corners
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user