chore: make pre-commit happy

This commit is contained in:
soumik12345 2025-07-04 17:07:53 +05:30
parent 3786017424
commit 2ef9d69e01
1 changed files with 1 additions and 1 deletions

View File

@ -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