Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
benbrandt committed Jan 20, 2024
1 parent ed38c71 commit de292e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/text_splitter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
unused
)]

use std::fs;

use fake::{Fake, Faker};
use more_asserts::assert_le;
use text_splitter::TextSplitter;

#[test]
Expand Down
2 changes: 2 additions & 0 deletions tests/text_splitter_snapshots.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
use std::fs;

use fake::{Fake, Faker};
use more_asserts::assert_le;
use once_cell::sync::Lazy;
use text_splitter::{Characters, ChunkSizer, TextSplitter};
#[cfg(feature = "tiktoken-rs")]
Expand Down

0 comments on commit de292e8

Please sign in to comment.