1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13:00

Remove redundant import

This commit is contained in:
Jake Barnby 2023-04-12 03:00:09 +12:00
parent 26eaddee82
commit f869252d90
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -4,7 +4,6 @@ use Utopia\App;
use Appwrite\Event\Delete;
use Appwrite\Extend\Exception;
use Utopia\Audit\Audit;
use Utopia\Database\Document as DatabaseDocument;
use Utopia\Database\Helpers\Permission;
use Utopia\Database\Helpers\Role;
use Utopia\Database\Validator\Datetime as DatetimeValidator;