summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/util.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/integration/util.rs b/tests/integration/util.rs
index e1ee1ffd..ce77bed6 100644
--- a/tests/integration/util.rs
+++ b/tests/integration/util.rs
@@ -1,7 +1,6 @@
use std::{env, ffi::OsString, path::Path, process::Command};
use hashbrown::HashMap;
-
#[cfg(all(target_arch = "x86_64", target_os = "linux"))]
use portable_pty::{native_pty_system, Child, CommandBuilder, MasterPty, PtySize};