Skip to content

Commit 12c1442

Browse files
committed
Remove unused use declarations
1 parent 710b8a5 commit 12c1442

File tree

4 files changed

+0
-6
lines changed

4 files changed

+0
-6
lines changed

src/AbstractClient.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
namespace AzuraCast\Api;
55

66
use GuzzleHttp\Client;
7-
use GuzzleHttp\Exception\GuzzleException;
87

98
abstract class AbstractClient
109
{

src/AbstractStationClient.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
namespace AzuraCast\Api;
55

66
use GuzzleHttp\Client;
7-
use GuzzleHttp\Exception\GuzzleException;
87

98
abstract class AbstractStationClient extends AbstractClient
109
{

src/Station/RequestsClient.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
use AzuraCast\Api\AbstractStationClient;
77
use AzuraCast\Api\Dto;
88
use AzuraCast\Api\Exception;
9-
use GuzzleHttp\Pool;
10-
use GuzzleHttp\Psr7\Request;
119

1210
class RequestsClient extends AbstractStationClient
1311
{

src/Station/StreamersClient.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
use AzuraCast\Api\AbstractStationClient;
77
use AzuraCast\Api\Dto;
88
use AzuraCast\Api\Exception;
9-
use GuzzleHttp\Pool;
10-
use GuzzleHttp\Psr7\Request;
119

1210
class StreamersClient extends AbstractStationClient
1311
{

0 commit comments

Comments
 (0)