Skip to content

Commit 9163fb8

Browse files
committed
add type hint for stack in PlatGroup.output()
1 parent 9e3d59b commit 9163fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytrsplat/plat_gen/plat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2016,7 +2016,7 @@ def output(
20162016
self,
20172017
fp: Union[str, Path] = None,
20182018
image_format: str = None,
2019-
stack=None,
2019+
stack: bool = None,
20202020
subset_twprges: list[str] = None,
20212021
layers: list[str] = None,
20222022
image_mode: str = 'RGB',

0 commit comments

Comments
 (0)