@@ -23,7 +23,6 @@ |
||
| 23 | 23 | namespace Crate\PDO\Http; |
| 24 | 24 | |
| 25 | 25 | use Crate\PDO\Exception\RuntimeException; |
| 26 | -use Crate\PDO\Exception\UnsupportedException; |
|
| 27 | 26 | use Crate\Stdlib\Collection; |
| 28 | 27 | use GuzzleHttp\Exception\BadResponseException; |
| 29 | 28 | use GuzzleHttp\Exception\ConnectException; |
@@ -31,7 +31,6 @@ |
||
| 31 | 31 | use Crate\PDO\PDOStatement; |
| 32 | 32 | use PHPUnit_Framework_TestCase; |
| 33 | 33 | use ReflectionClass; |
| 34 | -use Crate\Stdlib\Collection; |
|
| 35 | 34 | |
| 36 | 35 | /** |
| 37 | 36 | * Tests for {@see \Crate\PDO\PDO} |