Skip to content

Commit 3942c10

Browse files
author
iOS E2E Implementation
committed
test(helm-rbac-tests): remove unused anyhow::Context import to satisfy -D warnings
1 parent da297ba commit 3942c10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/helm-rbac-tests/tests/tls_auth_policy.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use anyhow::{Context, Result};
1+
use anyhow::Result;
22
use std::fs;
33
use std::path::PathBuf;
44

0 commit comments

Comments
 (0)