Skip to content

Commit

Permalink
[Core] Remove unused args for default_worker.py (#28177)
Browse files Browse the repository at this point in the history
Signed-off-by: Jiajun Yao <jeromeyjj@gmail.com>
  • Loading branch information
jjyao committed Aug 31, 2022
1 parent 4bff702 commit 5e24379
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions python/ray/_private/workers/default_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,6 @@
action="store_true",
help="True if code is loaded from local files, as opposed to the GCS.",
)
parser.add_argument(
"--use-pickle",
default=False,
action="store_true",
help="True if cloudpickle should be used for serialization.",
)
parser.add_argument(
"--worker-type",
required=False,
Expand Down

0 comments on commit 5e24379

Please sign in to comment.