Skip to content

Commit

Permalink
remove redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
femshima committed Mar 2, 2024
1 parent fd45c0d commit ee5a45e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/jlabel-question/src/tests.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use super::*;
use jlabel::{
AccentPhraseCurrent, AccentPhrasePrevNext, BreathGroupCurrent, BreathGroupPrevNext, Label,
Mora, Phoneme, Utterance, Word,
AccentPhraseCurrent, AccentPhrasePrevNext, BreathGroupCurrent, BreathGroupPrevNext, Mora,
Phoneme, Utterance, Word,
};

#[test]
Expand Down

0 comments on commit ee5a45e

Please sign in to comment.