chore: Remove unused import missed by spotless

This commit is contained in:
Shrikant Sharat Kandula 2024-03-25 11:12:11 +05:30 committed by GitHub
parent 1fe9173121
commit c85bf7ec0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,7 +84,6 @@ import static com.appsmith.server.migrations.DatabaseChangelog1.getUpdatedDynami
import static com.appsmith.server.migrations.DatabaseChangelog1.installPluginToAllWorkspaces;
import static com.appsmith.server.migrations.DatabaseChangelog1.makeIndex;
import static com.appsmith.server.migrations.MigrationHelperMethods.evictPermissionCacheForUsers;
import static com.appsmith.server.repositories.BaseAppsmithRepositoryImpl.fieldName;
import static org.springframework.data.mongodb.core.query.Criteria.where;
import static org.springframework.data.mongodb.core.query.Query.query;
import static org.springframework.data.mongodb.core.query.Update.update;