Remove duplicate import

This commit is contained in:
Tristan 2021-12-09 23:25:35 +01:00
parent 68438e8e75
commit a4bbfbb9a4
Signed by: trizz
GPG Key ID: 0A93DEC67165EB47

View File

@ -4,7 +4,6 @@ namespace trizz\AdventOfCode\Y21;
use trizz\AdventOfCode\Solution;
use JetBrains\PhpStorm\Immutable;
use trizz\AdventOfCode\Solution;
class Day6 extends Solution
{