@@ -2,10 +2,6 @@ |
||
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 | - |
|
9 | 5 | class ElectionFactory |
10 | 6 | { |
11 | 7 | public static function createBallotCollection(array $rankings): array |