From 9ea0b2bc2ff1579a135d1821604bf9976fa8391a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Tue, 7 Apr 2026 15:56:54 +0200 Subject: [PATCH] formatting fix --- src/Appwrite/Migration/Version/V25.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/Appwrite/Migration/Version/V25.php b/src/Appwrite/Migration/Version/V25.php index d58e9c7939..d2deccd032 100644 --- a/src/Appwrite/Migration/Version/V25.php +++ b/src/Appwrite/Migration/Version/V25.php @@ -3,14 +3,7 @@ namespace Appwrite\Migration\Version; use Appwrite\Migration\Migration; -use Exception; use Throwable; -use Utopia\Console; -use Utopia\Database\Database; -use Utopia\Database\Document; -use Utopia\Database\Exception\Conflict; -use Utopia\Database\Exception\Structure; -use Utopia\Database\Exception\Timeout; class V25 extends Migration {