Completed
Pull Request — master (#192)
by Luke
02:28
created
src/CSVelte/Sniffer.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@  discard block
 block discarded – undo
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;
@@ -21,9 +20,7 @@  discard block
 block discarded – undo
21 20
 use CSVelte\Sniffer\SniffLineTerminatorByCount;
22 21
 use CSVelte\Sniffer\SniffQuoteAndDelimByAdjacency;
23 22
 use CSVelte\Sniffer\SniffQuoteStyle;
24
-use Noz\Collection\Collection;
25 23
 use function Noz\to_array;
26
-use RuntimeException;
27 24
 
28 25
 use function Noz\collect;
29 26
 use function Stringy\create as s;
Please login to merge, or discard this patch.