Skip to content

Commit

Permalink
[rust] Remove non necessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Feb 8, 2024
1 parent 33772d1 commit 7cd5bf3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/src/logger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ use serde::{Deserialize, Serialize};
use std::cell::RefCell;
use std::env;
use std::fmt::Display;
use std::ops::Deref;

pub const DRIVER_PATH: &str = "Driver path: ";
pub const BROWSER_PATH: &str = "Browser path: ";
Expand Down

0 comments on commit 7cd5bf3

Please sign in to comment.