Skip to content

Commit

Permalink
rm unused imports
Browse files Browse the repository at this point in the history
Signed-off-by: sat0ken <15720506+sat0ken@users.noreply.github.com>
  • Loading branch information
sat0ken committed Oct 22, 2024
1 parent 43a6d7a commit 78dfb54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/contest/contest/src/tests/process/process_test.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use crate::utils::test_inside_container;
use anyhow::{Context, Ok, Result};
use oci_spec::runtime::{
LinuxBuilder, LinuxDeviceBuilder, LinuxDeviceType, ProcessBuilder, Spec, SpecBuilder,
ProcessBuilder, Spec, SpecBuilder,
};
use test_framework::{test_result, Test, TestGroup, TestResult};

Expand Down

0 comments on commit 78dfb54

Please sign in to comment.