Skip to content

Commit

Permalink
Unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-boudry committed Sep 29, 2023
1 parent 755a609 commit 502707f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/src/Algo/Methods/KemenyYoung/KemenyYoungTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use CondorcetPHP\Condorcet\Algo\Methods\KemenyYoung\KemenyYoung;
use CondorcetPHP\Condorcet\Algo\StatsVerbosity;
use CondorcetPHP\Condorcet\Throwable\CandidatesMaxNumberReachedException;
use PHPUnit\Framework\Attributes\{DataProvider, Group, PreserveGlobalState};
use PHPUnit\Framework\Attributes\{DataProvider, Group};
use PHPUnit\Framework\TestCase;

class KemenyYoungTest extends TestCase
Expand Down

0 comments on commit 502707f

Please sign in to comment.