You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: flytekit/remote/remote.py
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1328,8 +1328,7 @@ def register_script(
1328
1328
:param source_path: The root of the project path
1329
1329
:param module_name: the name of the module
1330
1330
:param envs: Environment variables to be passed to the serialization
1331
-
:param default_resources: Default resources to be passed to the serialization. These
1332
-
override the resource spec for any tasks that have no statically defined resource requests and limits.
1331
+
:param default_resources: Default resources to be passed to the serialization. These override the resource spec for any tasks that have no statically defined resource requests and limits.
1333
1332
:param fast_package_options: Options to customize copy_all behavior, ignored when copy_all is False.
0 commit comments