diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs index d232ef0..930a429 100644 --- a/src/main.rs +++ b/src/main.rs @@ -33,13 +33,12 @@ use std::fs::{self, File}; use std::path::PathBuf; use clap::{Parser, Subcommand}; -use termimage::Options; mod parser; mod shared; use parser::{get_config, parse_weather, generate_config, Config}; -use shared::{WeatherData, Current, Hourly}; +use shared::WeatherData; #[derive(Parser)] #[command(name = "wfetch")] |
