mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Type hints to the arguments
This commit is contained in:
parent
fef45cebb3
commit
2a7316b262
1 changed files with 4 additions and 4 deletions
|
|
@ -1173,10 +1173,10 @@ def oiio_color_convert(
|
|||
target_display=None,
|
||||
target_view=None,
|
||||
additional_command_args=None,
|
||||
frames=None,
|
||||
frame_padding=None,
|
||||
parallel_frames=False,
|
||||
logger=None,
|
||||
frames: Optional[str] = None,
|
||||
frame_padding: Optional[int] = None,
|
||||
parallel_frames: bool = False,
|
||||
logger: Optional[logging.Logger] = None,
|
||||
):
|
||||
"""Transcode source file to other with colormanagement.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue