Skip to content

Commit

Permalink
Removed unnecessary use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
hubipe committed Jan 14, 2022
1 parent e51a338 commit 85ac296
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/Parser/CzDetail/CzDetailParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
namespace Hubipe\FinStat\Parser\CzDetail;

use Consistence\ObjectPrototype;
use Hubipe\FinStat\Enum\JudgementIndicator;
use Hubipe\FinStat\Enum\Profit;
use Hubipe\FinStat\Enum\Revenue;
use Hubipe\FinStat\Exception\ParserException;
use Hubipe\FinStat\Exception\ResponseException;
use Hubipe\FinStat\Parser\IParser;
Expand Down
3 changes: 0 additions & 3 deletions src/Response/CzDetail/CzDetailResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@

namespace Hubipe\FinStat\Response\CzDetail;

use Hubipe\FinStat\Enum\JudgementIndicator;
use Hubipe\FinStat\Enum\Profit;
use Hubipe\FinStat\Enum\Revenue;
use Hubipe\FinStat\Response\BaseResponse;

class CzDetailResponse extends BaseResponse
Expand Down

0 comments on commit 85ac296

Please sign in to comment.