Skip to content

Commit

Permalink
Oops unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
johnvictor1965 committed Jul 8, 2024
1 parent c508952 commit 3f0b1ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/handler/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ use futures::channel::oneshot::Sender as OneshotSender;
use futures::stream::{Fuse, Stream, StreamExt};
use futures::task::{Context, Poll};

use crate::auth::Credentials;
use crate::listeners::{EventListenerRequest, EventListeners};
use chromiumoxide_cdp::cdp::browser_protocol::browser::*;
use chromiumoxide_cdp::cdp::browser_protocol::target::*;
Expand Down

0 comments on commit 3f0b1ec

Please sign in to comment.