Skip to content

Commit e4a2f91

Browse files
author
klapaudius
committed
Remove unused imports from HelloWorldResource.php
Cleaned up unnecessary imports to improve code readability and maintainability. This reduces potential confusion and ensures that only relevant dependencies are included.
1 parent 61399c7 commit e4a2f91

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Services/ResourceService/Examples/HelloWorldResource.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22

33
namespace KLP\KlpMcpServer\Services\ResourceService\Examples;
44

5-
use KLP\KlpMcpServer\Exceptions\Enums\JsonRpcErrorCode;
6-
use KLP\KlpMcpServer\Exceptions\JsonRpcErrorException;
75
use KLP\KlpMcpServer\Services\ResourceService\ResourceInterface;
8-
use Symfony\Component\HttpKernel\KernelInterface;
96

107
class HelloWorldResource implements ResourceInterface
118
{

0 commit comments

Comments
 (0)