From a6f6b60bed7f570f96ee48de79a3fa3dc2953006 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Mon, 8 Nov 2021 18:02:24 +0000 Subject: [PATCH] fix CS again --- src/world/light/SkyLightUpdate.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/world/light/SkyLightUpdate.php b/src/world/light/SkyLightUpdate.php index 2c4214568..a505fde02 100644 --- a/src/world/light/SkyLightUpdate.php +++ b/src/world/light/SkyLightUpdate.php @@ -30,7 +30,6 @@ use pocketmine\world\format\SubChunk; use pocketmine\world\utils\SubChunkExplorer; use pocketmine\world\utils\SubChunkExplorerStatus; use pocketmine\world\World; -use function count; use function max; class SkyLightUpdate extends LightUpdate{