[Core] Remove unused args for default_worker.py (#28177)

Signed-off-by: Jiajun Yao <jeromeyjj@gmail.com>
This commit is contained in:
Jiajun Yao 2022-08-30 21:43:02 -07:00 committed by GitHub
parent 4bff702e7b
commit 5e2437923d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,12 +84,6 @@ parser.add_argument(
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,