Skip to content

Commit 137bed8

Browse files
committed
removed unused imports
1 parent d9e7606 commit 137bed8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tui/src/components/list.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use crate::{action::Action, app::Mode, config::Config};
33
use color_eyre::Result;
44
use crossterm::event::KeyCode;
55
use modder::{
6-
Link, calc_sha512,
6+
calc_sha512,
77
cli::Source,
88
curseforge_wrapper::{API_KEY, CurseForgeAPI},
99
metadata::Metadata,

tui/src/components/toggle.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use crate::{action::Action, app::Mode, config::Config};
33
use color_eyre::Result;
44
use crossterm::event::KeyCode;
55
use modder::{
6-
Link, calc_sha512,
6+
calc_sha512,
77
cli::Source,
88
curseforge_wrapper::{API_KEY, CurseForgeAPI},
99
metadata::Metadata,

0 commit comments

Comments
 (0)