upgrade, and refactor imports
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-08-21 04:23:25 +02:00
parent 25e4348c1c
commit 58bae1772e
7 changed files with 146 additions and 135 deletions
+4 -2
View File
@@ -1,7 +1,9 @@
use crate::{
coords::Coordinates,
formats::speed_unit::{speed_to_string, SpeedUnit},
formats::temp_unit::{temp_to_string, TempUnit},
formats::{
speed_unit::{speed_to_string, SpeedUnit},
temp_unit::{temp_to_string, TempUnit},
},
open_meteo::current_weather::CurrentWeather,
};