formatting fix

This commit is contained in:
Matej Bačo
2026-04-07 15:56:54 +02:00
parent 715727853b
commit 9ea0b2bc2f
-7
View File
@@ -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
{