summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs3
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")]