Python - RustFmt

This commit is contained in:
Anthony MOI
2020-02-18 14:31:56 -05:00
parent cdd8f49120
commit f263d7651f
6 changed files with 27 additions and 26 deletions

View File

@ -29,7 +29,6 @@ impl BertProcessing {
}
}
#[pyclass(extends=PostProcessor)]
pub struct RobertaProcessing {}
#[pymethods]