mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-22 16:25:30 +00:00
Python - remove unused variable
This commit is contained in:
@ -40,7 +40,7 @@ impl ByteLevel {
|
||||
let key: &str = key.extract()?;
|
||||
match key {
|
||||
"add_prefix_space" => add_prefix_space = value.extract()?,
|
||||
other => println!("Ignored unknown kwargs option {}", key),
|
||||
_ => println!("Ignored unknown kwargs option {}", key),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user