Skip to content

Commit 8f439e0

Browse files
authored
Update logic
1 parent fe2447e commit 8f439e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/images_grid.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ def _arrange_images_on_grid(
8888

8989
def _create_grid_annotation(
9090
grid_info: _GridInfo,
91-
column_texts: list[str] | None,
92-
row_texts: list[str] | None,
91+
column_texts: list[str],
92+
row_texts: list[str],
9393
font: ImageFont.FreeTypeFont,
9494
) -> Image.Image:
9595
if not column_texts and not row_texts:

0 commit comments

Comments
 (0)