Skip to content

Commit 3f22c8a

Browse files
committed
docs: fix reporting docs in README
1 parent 62e48da commit 3f22c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ class CustomReporter(Reporter):
327327
self,
328328
role: str,
329329
content: Union[str, dict, list],
330-
image: Optional[Image.Image] = None,
330+
image: Optional[Image.Image | list[Image.Image]] = None,
331331
) -> None:
332332
# adding message to the report (see implementation of `SimpleHtmlReporter` as an example)
333333
pass

0 commit comments

Comments
 (0)