We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe2447e commit 8f439e0Copy full SHA for 8f439e0
src/utils/images_grid.py
@@ -88,8 +88,8 @@ def _arrange_images_on_grid(
88
89
def _create_grid_annotation(
90
grid_info: _GridInfo,
91
- column_texts: list[str] | None,
92
- row_texts: list[str] | None,
+ column_texts: list[str],
+ row_texts: list[str],
93
font: ImageFont.FreeTypeFont,
94
) -> Image.Image:
95
if not column_texts and not row_texts:
0 commit comments