Skip to content

Commit

Permalink
remove unused import in remb testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
giangndm authored and algesten committed Nov 20, 2023
1 parent 33941ca commit fe2c7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/remb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use std::time::Duration;
use str0m::bwe::{Bitrate, BweKind};
use str0m::media::{Direction, MediaKind};
use str0m::{Candidate, Event, Rtc, RtcError};
use tracing::{info, info_span};
use tracing::info_span;

mod common;
use common::{init_log, negotiate, progress, TestRtc};
Expand Down

0 comments on commit fe2c7a1

Please sign in to comment.