Skip to content

Commit

Permalink
feat: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
112batuhan committed Dec 9, 2024
1 parent e02c339 commit b4be72a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/handlers/activity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ use crate::{
documentation,
error::AppError,
osu_api::{
cached_requester::CombinedRequester, credentials_grant::CredentialsGrantClient,
BeatmapEnum, GetID,
cached_requester::CombinedRequester, credentials_grant::CredentialsGrantClient, BeatmapEnum,
},
retry::Retryable,
AppState,
Expand Down

0 comments on commit b4be72a

Please sign in to comment.