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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user