From ce36362fba646cc88efc3d7be630d1749e345aa4 Mon Sep 17 00:00:00 2001 From: Binyamin Yawitz <316103+byawitz@users.noreply.github.com> Date: Wed, 29 May 2024 15:20:29 -0400 Subject: [PATCH] fix: lint --- app/controllers/api/teams.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/api/teams.php b/app/controllers/api/teams.php index a17fd5b826..0dfeac505f 100644 --- a/app/controllers/api/teams.php +++ b/app/controllers/api/teams.php @@ -38,7 +38,6 @@ use Utopia\Database\Validator\Query\Limit; use Utopia\Database\Validator\Query\Offset; use Utopia\Database\Validator\UID; use Utopia\Locale\Locale; -use Utopia\Storage\Device; use Utopia\System\System; use Utopia\Validator\ArrayList; use Utopia\Validator\Assoc;