Skip to content

Commit

Permalink
Mark 'unused' imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Fly-Style committed Nov 25, 2024
1 parent 822ae74 commit 73a78a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/e2e/e2e_tests/tests/ctr_availability_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
/// but manual cleanup may be required if tests fail
mod containers;

#[allow(unused_imports)]
use testcontainers::runners::AsyncRunner;
#[allow(unused_imports)]
use crate::containers::*;

#[cfg(all(test, feature = "it-tests"))]
Expand Down

0 comments on commit 73a78a8

Please sign in to comment.