From c00ce60b8327410e258639eee96aea70008053f7 Mon Sep 17 00:00:00 2001 From: LasaleFamine Date: Wed, 15 Aug 2018 21:13:20 +0200 Subject: [PATCH] chore: fix linter --- extensions/helpers/handle-autoapply.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/helpers/handle-autoapply.ts b/extensions/helpers/handle-autoapply.ts index 1d25ea3..0aa0c50 100644 --- a/extensions/helpers/handle-autoapply.ts +++ b/extensions/helpers/handle-autoapply.ts @@ -1,4 +1,4 @@ -import {isAutoApplyEnable, isReloadNotificationEnable, setCustomSetting} from './settings'; +import {isAutoApplyEnable, isReloadNotificationEnable} from './settings'; import {infoMessage} from './messages'; import {fixIcons} from '../commands';