1
0
mirror of https://github.com/QData/TextAttack.git synced 2021-10-13 00:05:06 +03:00

remove choices from parser

This commit is contained in:
Jin Yong Yoo
2020-06-22 11:28:12 -04:00
parent af21d42a47
commit 25afb3a2e1
2 changed files with 0 additions and 2 deletions

View File

@@ -46,7 +46,6 @@ class AttackCommand(TextAttackCommand):
type=str,
required=False,
default="word-swap-embedding",
choices=transformation_names,
help='The transformation to apply. Usage: "--transformation {transformation}:{arg_1}={value_1},{arg_3}={value_3}. Choices: '
+ str(transformation_names),
)