From cb4dc2aff0b8aa668b997364981a248e13c0cde2 Mon Sep 17 00:00:00 2001 From: Sergei Shitikov Date: Sun, 16 Feb 2025 18:06:21 +0100 Subject: [PATCH] cs fix, remove unused import --- tests/Integration/StartedGenericContainerTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Integration/StartedGenericContainerTest.php b/tests/Integration/StartedGenericContainerTest.php index 6ec5a5f..a59976c 100644 --- a/tests/Integration/StartedGenericContainerTest.php +++ b/tests/Integration/StartedGenericContainerTest.php @@ -5,7 +5,6 @@ declare(strict_types=1); namespace Testcontainers\Tests\Integration; use Testcontainers\Container\GenericContainer; -use Testcontainers\Wait\WaitForHostPort; class StartedGenericContainerTest extends ContainerTestCase {