diff --git a/src/info.rs b/src/info.rs index de3c992..1768b45 100644 --- a/src/info.rs +++ b/src/info.rs @@ -1,8 +1,7 @@ -use std::collections::HashMap; - use chrono::{DateTime, Duration, TimeZone, Utc}; use regex::{Captures, Regex}; use scraper::{Html, Selector}; +use std::collections::HashMap; pub async fn info() -> HashMap, DateTime)>> { let document = get_webpage().await.expect("Can't reach info website.");