From 8497ba2af5345c932edb31eded6d11b4b33a967b Mon Sep 17 00:00:00 2001 From: Christoph Kappestein Date: Tue, 5 Nov 2024 22:39:36 +0100 Subject: [PATCH] optimize uses --- tests/Generator/Client/PHPTest.php | 2 -- tests/Generator/Client/TypeScriptTest.php | 2 -- 2 files changed, 4 deletions(-) diff --git a/tests/Generator/Client/PHPTest.php b/tests/Generator/Client/PHPTest.php index 4d33244..ceed863 100644 --- a/tests/Generator/Client/PHPTest.php +++ b/tests/Generator/Client/PHPTest.php @@ -20,9 +20,7 @@ namespace PSX\Api\Tests\Generator\Client; -use PSX\Api\Exception\InvalidTypeException; use PSX\Api\Generator\Client\PHP; -use PSX\Api\Generator\Client\TypeScript; use PSX\Api\Tests\Generator\GeneratorTestCase; use PSX\Schema\Generator\Config; diff --git a/tests/Generator/Client/TypeScriptTest.php b/tests/Generator/Client/TypeScriptTest.php index 41f34f4..26567df 100644 --- a/tests/Generator/Client/TypeScriptTest.php +++ b/tests/Generator/Client/TypeScriptTest.php @@ -20,8 +20,6 @@ namespace PSX\Api\Tests\Generator\Client; -use PSX\Api\Exception\InvalidTypeException; -use PSX\Api\Generator\Client\PHP; use PSX\Api\Generator\Client\TypeScript; use PSX\Api\Tests\Generator\GeneratorTestCase; use PSX\Schema\Generator\Config;