Remove old reqwest osu api v1

This commit is contained in:
Natsu Kagami 2024-02-13 23:46:31 +01:00 committed by Natsu Kagami
parent 07928671e2
commit fef6516ae1
7 changed files with 3 additions and 475 deletions

View file

@ -109,7 +109,6 @@ fn handle_not_found<T>(v: Result<T, OsuError>) -> Result<Option<T>, OsuError> {
}
pub mod builders {
use reqwest::Response;
use rosu_v2::model::mods::GameModsIntermode;
use crate::models;