reduced warnings

This commit is contained in:
Simon
2025-07-15 18:45:23 +00:00
parent d77e292dbd
commit bed8882329
5 changed files with 25 additions and 28 deletions

View File

@@ -1,9 +1,8 @@
use std::cmp::Ordering;
use htmlentity::types::Byte;
use ntex::http::header;
use ntex::web;
use ntex::web::HttpRequest;
use tokio::{task, time};
use tokio::{task};
use crate::providers::hanime::HanimeProvider;
use crate::providers::perverzija::PerverzijaProvider;