chore: make pre-commit happy
This commit is contained in:
parent
3786017424
commit
2ef9d69e01
|
|
@ -785,4 +785,4 @@ def _merge_tiles_elements(
|
|||
def _generate_color_image(
|
||||
shape: Tuple[int, int], color: Tuple[int, int, int]
|
||||
) -> np.ndarray:
|
||||
return np.ones(shape[::-1] + (3,), dtype=np.uint8) * color
|
||||
return np.ones(shape[::-1] + (3,), dtype=np.uint8) * color # noqa RUF005
|
||||
|
|
|
|||
Loading…
Reference in New Issue