From a4bbfbb9a410374822167fab379a109e873fa20b Mon Sep 17 00:00:00 2001 From: Tristan Date: Thu, 9 Dec 2021 23:25:35 +0100 Subject: [PATCH] Remove duplicate import --- src/Y21/Day6.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Y21/Day6.php b/src/Y21/Day6.php index 792af80..b582787 100644 --- a/src/Y21/Day6.php +++ b/src/Y21/Day6.php @@ -4,7 +4,6 @@ namespace trizz\AdventOfCode\Y21; use trizz\AdventOfCode\Solution; use JetBrains\PhpStorm\Immutable; -use trizz\AdventOfCode\Solution; class Day6 extends Solution {