Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Oct 26, 2024
1 parent 2a9824f commit 6387e91
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/ssh/scp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,6 @@ mod test {
use ssh2_config::ParseRule;

use super::*;
#[cfg(feature = "with-containers")]
use crate::mock::ssh as ssh_mock;

#[test]
Expand Down
1 change: 0 additions & 1 deletion src/ssh/sftp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,6 @@ mod test {
use ssh2_config::ParseRule;

use super::*;
#[cfg(feature = "with-containers")]
use crate::mock::ssh as ssh_mock;

#[test]
Expand Down

0 comments on commit 6387e91

Please sign in to comment.