Skip to content

Commit 7995a75

Browse files
fixed: reportlab - incorrect type on function parameter
1 parent 7b91b36 commit 7995a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/reportlab/reportlab/platypus/doctemplate.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ class BaseDocTemplate:
250250
def handle_keepWithNext(self, flowables: list[Flowable]) -> None: ...
251251
def handle_flowable(self, flowables: list[Flowable]) -> None: ...
252252
def build(
253-
self, flowables: list[Flowable], filename: str | IO[Bytes] | None = None, canvasmaker: _CanvasMaker = ...
253+
self, flowables: list[Flowable], filename: str | IO[bytes] | None = None, canvasmaker: _CanvasMaker = ...
254254
) -> None: ...
255255
def notify(self, kind: str, stuff: Any) -> None: ...
256256
def pageRef(self, label: str) -> None: ...

0 commit comments

Comments
 (0)