From b3f05ae97b8f32508832c7449ac8ecb2e1f80152 Mon Sep 17 00:00:00 2001 From: Simon Howe Date: Thu, 25 Aug 2016 17:49:38 +0200 Subject: [PATCH] Tidy up unused imports --- client/app/scripts/utils/topology-utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/app/scripts/utils/topology-utils.js b/client/app/scripts/utils/topology-utils.js index 3e90c6e36..f58b1e8c1 100644 --- a/client/app/scripts/utils/topology-utils.js +++ b/client/app/scripts/utils/topology-utils.js @@ -1,5 +1,5 @@ import _ from 'lodash'; -import { is as isDeepEqual, Map as makeMap, Set as makeSet, List as makeList } from 'immutable'; +import { Map as makeMap, Set as makeSet, List as makeList } from 'immutable'; //