Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
J0HN50N133 committed Sep 16, 2024
1 parent fe9b8f6 commit 645b6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/runner/src/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

use std::borrow::{Borrow, Cow};
use std::borrow::Cow;
use std::fmt::Display;
use std::fs::OpenOptions;
use std::io;
Expand Down

0 comments on commit 645b6d7

Please sign in to comment.