Skip to content

Commit 93abfc5

Browse files
committed
remove unused imports
1 parent d0ef1a0 commit 93abfc5

File tree

5 files changed

+0
-6
lines changed

5 files changed

+0
-6
lines changed

src/Analysis/Information/CustomSkinLoader/CustomSkinLoaderJavaVersionInformation.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Aternos\Codex\Minecraft\Analysis\Information\CustomSkinLoader;
44

5-
use Aternos\Codex\Minecraft\Analysis\Information\Vanilla\VanillaVersionInformation;
65
use Aternos\Codex\Minecraft\Log\Minecraft\CustomSkinLoader\CustomSkinLoaderLog;
76
use Aternos\Codex\Minecraft\Translator\Translator;
87

src/Analysis/Information/Fabric/FabricJavaVersionInformation.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Aternos\Codex\Minecraft\Analysis\Information\Fabric;
44

55
use Aternos\Codex\Minecraft\Log\Minecraft\Vanilla\Fabric\FabricLog;
6-
use Aternos\Codex\Minecraft\Log\Minecraft\Vanilla\VanillaServerLog;
76
use Aternos\Codex\Minecraft\Translator\Translator;
87

98
/**

src/Analysis/Problem/Fabric/FabricIncompatibleModsProblem.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Aternos\Codex\Minecraft\Analysis\Problem\Fabric;
44

5-
use Aternos\Codex\Minecraft\Analysis\Solution\Forge\ModInstallSolution;
65
use Aternos\Codex\Minecraft\Analysis\Solution\Forge\ModRemoveSolution;
76
use Aternos\Codex\Minecraft\Translator\Translator;
87

src/Analysis/Problem/Vanilla/TickingBlockEntityProblem.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22

33
namespace Aternos\Codex\Minecraft\Analysis\Problem\Vanilla;
44

5-
use Aternos\Codex\Minecraft\Analysis\Solution\File\FileDeleteSolution;
65
use Aternos\Codex\Minecraft\Analysis\Solution\Vanilla\BlockRemoveSolution;
76
use Aternos\Codex\Minecraft\Analysis\Solution\Vanilla\GenerateNewWorldSolution;
8-
use Aternos\Codex\Minecraft\Analysis\Solution\Vanilla\WorldRepairSolution;
97
use Aternos\Codex\Minecraft\Translator\Translator;
108

119
/**

src/Analysis/Solution/UpdateJavaSolution.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Aternos\Codex\Minecraft\Analysis\Solution;
44

5-
use Aternos\Codex\Analysis\AutomatableSolutionInterface;
65
use Aternos\Codex\Minecraft\Translator\Translator;
76

87
/**

0 commit comments

Comments
 (0)