mirror of
https://github.com/ankitects/anki.git
synced 2025-12-11 13:56:55 -05:00
remove unused import
This commit is contained in:
parent
ffffdf2c85
commit
71e7568904
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ impl Timespan {
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod test {
|
mod test {
|
||||||
use crate::i18n::{I18n, StringsGroup};
|
use crate::i18n::I18n;
|
||||||
use crate::sched::timespan::{answer_button_time, studied_today, time_span, MONTH};
|
use crate::sched::timespan::{answer_button_time, studied_today, time_span, MONTH};
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue