Skip to content

Commit

Permalink
spelling (flyteorg#2481)
Browse files Browse the repository at this point in the history
Signed-off-by: Yee Hing Tong <[email protected]>
  • Loading branch information
wild-endeavor authored Jun 13, 2024
1 parent 17835e0 commit 76fe8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flytekit/remote/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,7 @@ def register_script(
source_path: typing.Optional[str] = None,
module_name: typing.Optional[str] = None,
envs: typing.Optional[typing.Dict[str, str]] = None,
fast_package_options: typing.Optional[FastPackageOptionas] = None,
fast_package_options: typing.Optional[FastPackageOptions] = None,
) -> typing.Union[FlyteWorkflow, FlyteTask]:
"""
Use this method to register a workflow via script mode.
Expand Down

0 comments on commit 76fe8cb

Please sign in to comment.