Skip to content

Commit 154e934

Browse files
committed
Run Ruff format
1 parent 79aaa66 commit 154e934

34 files changed

Lines changed: 0 additions & 49 deletions

stubs/matplotlib/_afm.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
from ._typing import *
32

43
CharMetrics = ...
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
21
has_mpl = ...

stubs/skimage/_shared/_geometry.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
__all__ = ["polygon_clip", "polygon_area"]
22

3-
43
from .version_requirements import require
54

65
@require("matplotlib", ">=3.0.3")
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
2-
31
def polygon2mask(image_shape, polygon): ...

stubs/skimage/draw/_random_shapes.pyi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
from .._shared.utils import deprecate_multichannel_kwarg
42

53
def _generate_rectangle_mask(point, image, shape, random): ...

stubs/skimage/feature/_basic_features.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
from numpy.typing import NDArray
32

43
from .._shared import utils

stubs/skimage/feature/_canny.pyi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
def _preprocess(image, mask, sigma, mode, cval): ...
42
def _set_local_maxima(magnitude, pts, w_num, w_denum, row_slices, col_slices, out): ...
53
def _get_local_maxima(isobel, jsobel, magnitude, eroded_mask): ...

stubs/skimage/feature/_daisy.pyi

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
2-
3-
41
def daisy(
52
image,
63
step: int = 4,

stubs/skimage/feature/_hessian_det_appx_pythran.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
def _clip(x, low, high): ...
32
def _integ(img, r, c, rl, cl): ...
43

stubs/skimage/feature/_hog.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
from .._shared import utils
32

43
def _hog_normalize_block(block, method, eps=1e-5): ...

0 commit comments

Comments
 (0)