Skip to content
Snippets Groups Projects
Commit 4cd20ba8d2f8 authored by jfp's avatar jfp
Browse files

Fix argument type for label_border

parent 3b7a6617d0c8
No related branches found
No related tags found
No related merge requests found
......@@ -563,7 +563,7 @@
def label_border(
self,
text: bytes | str,
text: bytes | str | None,
position_code: int | None = None,
units: int | None = None,
rendition_set: int | None = None,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment