Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurZucker committed Jun 6, 2024
1 parent 521ac40 commit 823eec3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bindings/python/src/pre_tokenizers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,6 @@ impl Serialize for PyPreTokenizerWrapper {

#[derive(Clone, Deserialize, Display)]
#[serde(untagged)]
// #[display(fmt = "")]
pub(crate) enum PyPreTokenizerTypeWrapper {
#[display(fmt = "[{}]", "_0.iter()
.map(|d| d.as_ref().read().unwrap().to_string())
Expand Down

0 comments on commit 823eec3

Please sign in to comment.