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
+7 -7
View File
@@ -1,13 +1,13 @@
use std::fmt::Display;
use serde::{Deserialize, Serialize};
use crate::{
current_weather_output_model::CurrentWeatherOutputModel,
formats::data_format::DataFormat,
formats::speed_unit::{speed_to_unit_string, SpeedUnit},
formats::temp_unit::{temp_to_unit_string, TempUnit},
formats::{
data_format::DataFormat,
speed_unit::{speed_to_unit_string, SpeedUnit},
temp_unit::{temp_to_unit_string, TempUnit},
},
};
use serde::{Deserialize, Serialize};
use std::fmt::Display;
#[derive(Serialize, Deserialize, Debug)]
pub struct CurrentWeatherOutput {