Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurZucker committed Nov 10, 2023
1 parent dbe25cd commit 4309667
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tokenizers/src/pre_tokenizers/metaspace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ impl Decoder for Metaspace {

#[cfg(test)]
mod tests {
use regex::Regex;

use super::*;
use crate::{OffsetReferential, OffsetType};

Expand Down

0 comments on commit 4309667

Please sign in to comment.