@@ -11,8 +11,6 @@ |
||
11 | 11 | namespace Th3Mouk\YahooWeatherAPI; |
12 | 12 | |
13 | 13 | use GuzzleHttp\Client; |
14 | -use Psr\Http\Message\ResponseInterface as Response; |
|
15 | -use Psr\Http\Message\ServerRequestInterface as Request; |
|
16 | 14 | use Th3Mouk\YahooWeatherAPI\Query\Query; |
17 | 15 | |
18 | 16 | class YahooWeatherAPI implements YahooWeatherAPIInterface |
@@ -74,7 +74,7 @@ |
||
74 | 74 | try { |
75 | 75 | $response = $service->callApi($errYql); |
76 | 76 | } catch (\Exception $e) { |
77 | - throw $e; |
|
77 | + throw $e; |
|
78 | 78 | } |
79 | 79 | } |
80 | 80 |