@@ -13,15 +13,12 @@ |
||
13 | 13 | namespace CSVelte; |
14 | 14 | |
15 | 15 | use CSVelte\Contract\Streamable; |
16 | - |
|
17 | 16 | use CSVelte\Exception\SnifferException; |
18 | 17 | use CSVelte\Sniffer\SniffDelimiterByConsistency; |
19 | 18 | use CSVelte\Sniffer\SniffDelimiterByDistribution; |
20 | 19 | use CSVelte\Sniffer\SniffLineTerminatorByCount; |
21 | 20 | use CSVelte\Sniffer\SniffQuoteAndDelimByAdjacency; |
22 | -use Noz\Collection\Collection; |
|
23 | 21 | use function Noz\to_array; |
24 | -use RuntimeException; |
|
25 | 22 | |
26 | 23 | use function Noz\collect; |
27 | 24 | use function Stringy\create as s; |