From 2cec2f02f0ae811110beed0a0636fd02371042bd Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Tue, 31 Jan 2023 22:17:19 +0200 Subject: [PATCH] Fix lint after cherry-pick --- app/actions/local/category.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/actions/local/category.ts b/app/actions/local/category.ts index 011a4c80c..73f19eace 100644 --- a/app/actions/local/category.ts +++ b/app/actions/local/category.ts @@ -1,8 +1,6 @@ // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. // See LICENSE.txt for license information. -import {Model} from '@nozbe/watermelondb'; - import {CHANNELS_CATEGORY, DMS_CATEGORY} from '@constants/categories'; import DatabaseManager from '@database/manager'; import {prepareCategoryChannels, queryCategoriesByTeamIds, getCategoryById, prepareCategoriesAndCategoriesChannels} from '@queries/servers/categories';