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

fix remaining flake8 things, ignore the rest

This commit is contained in:
Jack Morris
2020-07-12 19:03:47 -04:00
parent f0ed3ca1be
commit ba3b412658
15 changed files with 17 additions and 100 deletions

View File

@@ -255,7 +255,7 @@ def parse_model_from_args(args):
if ":" in args.model_from_file:
model_file, model_name, tokenizer_name = args.model_from_file.split(":")
else:
model_file, model_name, tokenizer_name = (
_, model_name, tokenizer_name = (
args.model_from_file,
"model",
"tokenizer",