Completed
Push — master ( c89715...09054f )
by Michael
02:29
created
src/STV/ElectionFactory.php 1 patch
Unused Use Statements   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,11 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Michaelc\Voting\STV;
4 4
 
5
-use Psr\Log\LoggerInterface as Logger;
6
-use Michaelc\Voting\Exception\VotingLogicException as LogicException;
7
-use Michaelc\Voting\Exception\VotingRuntimeException as RuntimeException;
8
-use Michaelc\Voting\ElectionFactory as ElectionFactoryInterface;
9 5
 use Michaelc\Voting\Election as ElectionInterface;
6
+use Michaelc\Voting\ElectionFactory as ElectionFactoryInterface;
10 7
 
11 8
 class ElectionFactory implements ElectionFactoryInterface
12 9
 {
Please login to merge, or discard this patch.