diff --git a/www/lib/CoreLibs/Check/Colors.php b/www/lib/CoreLibs/Check/Colors.php index cbc93f6f..d896664a 100644 --- a/www/lib/CoreLibs/Check/Colors.php +++ b/www/lib/CoreLibs/Check/Colors.php @@ -14,8 +14,6 @@ declare(strict_types=1); namespace CoreLibs\Check; -use Exception; - class Colors { /** @var int 1 for HEX rgb */ diff --git a/www/lib/CoreLibs/Output/Image.php b/www/lib/CoreLibs/Output/Image.php index 9d385117..5af6ce3f 100644 --- a/www/lib/CoreLibs/Output/Image.php +++ b/www/lib/CoreLibs/Output/Image.php @@ -8,8 +8,6 @@ declare(strict_types=1); namespace CoreLibs\Output; -use Exception; - class Image { /**