From f3695a41d764cc240d75ec8a850ec1394d3323d1 Mon Sep 17 00:00:00 2001 From: Taloth Saldono Date: Sun, 3 Jan 2021 21:17:59 +0100 Subject: [PATCH] Linting --- frontend/src/Store/Actions/commandActions.js | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/Store/Actions/commandActions.js b/frontend/src/Store/Actions/commandActions.js index 51883ca90..3cfc8f9ab 100644 --- a/frontend/src/Store/Actions/commandActions.js +++ b/frontend/src/Store/Actions/commandActions.js @@ -1,4 +1,3 @@ -import _ from 'lodash'; import { batchActions } from 'redux-batched-actions'; import createAjaxRequest from 'Utilities/createAjaxRequest'; import { isSameCommand } from 'Utilities/Command';