From 00e76b76a7b9004aafbdce4af5b5bf7282b212ad Mon Sep 17 00:00:00 2001 From: Justin Reynolds Date: Tue, 24 Oct 2017 12:58:21 -0700 Subject: [PATCH] fix(core): Fix lint (#4321) --- .../modules/core/src/delivery/details/StageExecutionDetails.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/scripts/modules/core/src/delivery/details/StageExecutionDetails.tsx b/app/scripts/modules/core/src/delivery/details/StageExecutionDetails.tsx index 6fa0118c8cd..e64e5b23601 100644 --- a/app/scripts/modules/core/src/delivery/details/StageExecutionDetails.tsx +++ b/app/scripts/modules/core/src/delivery/details/StageExecutionDetails.tsx @@ -1,5 +1,4 @@ import * as React from 'react'; -import { isEqual } from 'lodash'; import { IExecutionDetailsComponentProps, IExecutionDetailsComponentState } from 'core/domain'; import { ReactInjector } from 'core/reactShims';