Skip to content

Commit 068c872

Browse files
committed
Fix lint
Signed-off-by: Barry Wu <a0987818905@gmail.com>
1 parent 81e8df7 commit 068c872

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flytekit/image_spec/image_spec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class ImageSpec:
4949
cuda (Optional[str]): Version of cuda to install.
5050
cudnn (Optional[str]): Version of cudnn to install.
5151
base_image (Optional[Union[str, 'ImageSpec']]): Base image of the image.
52-
platform (str): Specify the target platforms for the build output (for example, windows/amd64 or linux/amd64,darwin/arm64).
52+
platform (Optional[str]): Specify the target platforms for the build output (for example, windows/amd64 or linux/amd64,darwin/arm64).
5353
pip_index (Optional[str]): Specify the custom pip index url.
5454
pip_extra_index_url (Optional[List[str]]): Specify one or more pip index urls as a list.
5555
pip_secret_mounts (Optional[List[Tuple[str, str]]]): Specify a list of tuples to mount secret for pip install. Each tuple should contain the path to

0 commit comments

Comments
 (0)