Removed trailing whitespace

This commit is contained in:
Olivia Wilson
2015-10-07 11:30:20 +01:00
parent 07775b6b54
commit 2045c44d1f
-2
View File
@@ -213,5 +213,3 @@ def remove_small_holes(ar, min_size=64, connectivity=1, in_place=False):
out = np.logical_not(out)
return out