refactor: remove unused imports

This commit is contained in:
Muhammad Nauman Raza 2024-05-28 15:46:30 +01:00
parent 784ceda35e
commit 53114a2e8a
Signed by: devraza
GPG key ID: 91EAD6081011574B
2 changed files with 1 additions and 2 deletions

View file

@ -1,5 +1,4 @@
use serde::{Serialize, Deserialize};
use reqwest::Response;
#[derive(Serialize, Deserialize, Debug)]
#[allow(non_snake_case)]

View file

@ -2,7 +2,7 @@ use std::io;
use ratatui::{
prelude::*,
backend::{Backend, CrosstermBackend},
backend::CrosstermBackend,
};
use altoku::app::{App, AppResult};