From 6e0952f8e3384d74d937b654addc6b3eb2702031 Mon Sep 17 00:00:00 2001 From: Soner Sayakci Date: Fri, 14 Feb 2025 15:20:34 +0100 Subject: [PATCH] fix: code style errors --- tests/Integration/GenericContainerTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Integration/GenericContainerTest.php b/tests/Integration/GenericContainerTest.php index 2a7c9e9..6d7f124 100644 --- a/tests/Integration/GenericContainerTest.php +++ b/tests/Integration/GenericContainerTest.php @@ -6,7 +6,6 @@ namespace Testcontainers\Tests\Integration; use Docker\API\Model\ContainersIdJsonGetResponse200; use PHPUnit\Framework\TestCase; -use RuntimeException; use Testcontainers\Container\GenericContainer; use Testcontainers\Utils\PortGenerator\FixedPortGenerator; use Testcontainers\Wait\WaitForHostPort;