remove unused import

This commit is contained in:
Damien Elmes 2020-02-21 08:48:13 +10:00
parent ffffdf2c85
commit 71e7568904

View file

@ -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]