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
+2 -2
View File
@@ -1,6 +1,6 @@
use crate::current_weather_output::CurrentWeatherOutput;
use crate::{
coords::Coordinates, current_weather_print_params::CurrentWeatherPrintParams,
coords::Coordinates, current_weather_output::CurrentWeatherOutput,
current_weather_print_params::CurrentWeatherPrintParams,
open_meteo::current_weather::CurrentWeather,
};