Skip to content

Commit

Permalink
remove unused use
Browse files Browse the repository at this point in the history
  • Loading branch information
MGibson1 committed Sep 26, 2024
1 parent c36b0a0 commit d923039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages/language_tests/src/e2e_data.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use std::{env::var, fs::File, io::BufReader, path::Path};
use std::{env::var, fs::File, io::BufReader};

use anyhow::{Context, Result};
use bitwarden::secrets_manager::projects::ProjectResponse;
Expand Down

0 comments on commit d923039

Please sign in to comment.