mirror of
https://github.com/mii443/tokenizers.git
synced 2025-12-06 04:38:23 +00:00
Python - Update bindings
This commit is contained in:
@@ -78,7 +78,6 @@ fn normalizers(_py: Python, m: &PyModule) -> PyResult<()> {
|
||||
m.add_class::<normalizers::Sequence>()?;
|
||||
m.add_class::<normalizers::Lowercase>()?;
|
||||
m.add_class::<normalizers::Strip>()?;
|
||||
m.add_class::<normalizers::ByteLevel>()?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user