Skip to content

Commit

Permalink
Remove unneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiicall committed Aug 30, 2024
1 parent e73486a commit 4424083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jellyfin-rpc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use jellyfin::{EndTime, Item, RawSession, Session};
use log::debug;
use reqwest::header::{HeaderMap, AUTHORIZATION};
use std::str::FromStr;
use url::{ParseError, Url};
use url::Url;

mod error;
mod external;
Expand Down

0 comments on commit 4424083

Please sign in to comment.