@@ -19,7 +19,6 @@ |
||
| 19 | 19 | use CSVelte\Contract\Readable; |
| 20 | 20 | use CSVelte\Contract\Writable; |
| 21 | 21 | use CSVelte\Contract\Seekable; |
| 22 | - |
|
| 23 | 22 | use CSVelte\Exception\NotYetImplementedException; |
| 24 | 23 | |
| 25 | 24 | /** |
@@ -14,14 +14,12 @@ |
||
| 14 | 14 | namespace CSVelte\IO; |
| 15 | 15 | |
| 16 | 16 | use CSVelte\Traits\ReadLine; |
| 17 | - |
|
| 18 | 17 | use CSVelte\Contract\Readable; |
| 19 | 18 | use CSVelte\Contract\Writable; |
| 20 | 19 | use CSVelte\Contract\Seekable; |
| 21 | 20 | |
| 22 | 21 | use \InvalidArgumentException; |
| 23 | 22 | use CSVelte\Exception\NotYetImplementedException; |
| 24 | -use CSVelte\Exception\EndOfFileException; |
|
| 25 | 23 | use CSVelte\Exception\IOException; |
| 26 | 24 | |
| 27 | 25 | /** |