@@ -14,7 +14,6 @@ |
||
| 14 | 14 | namespace CSVelte; |
| 15 | 15 | |
| 16 | 16 | use CSVelte\Exception\UnknownAttributeException; |
| 17 | -use CSVelte\Exception\UnknownFlavorException; |
|
| 18 | 17 | use CSVelte\Exception\ImmutableException; |
| 19 | 18 | |
| 20 | 19 | /** |
@@ -12,7 +12,6 @@ |
||
| 12 | 12 | */ |
| 13 | 13 | namespace CSVelte\Input; |
| 14 | 14 | |
| 15 | -use CSVelte\Contract\Readable; |
|
| 16 | 15 | use CSVelte\Contract\Seekable; |
| 17 | 16 | |
| 18 | 17 | /** |
@@ -17,7 +17,6 @@ |
||
| 17 | 17 | use CSVelte\Exception\EndOfFileException; |
| 18 | 18 | use CSVelte\Traits\HandlesQuotedLineTerminators; |
| 19 | 19 | use CSVelte\Exception\InvalidStreamResourceException; |
| 20 | -use CSVelte\Exception\InvalidStreamUriException; |
|
| 21 | 20 | |
| 22 | 21 | /** |
| 23 | 22 | * CSVelte\Input\Stream |