From a8a581b30b383617ee7f208992813cf78042137c Mon Sep 17 00:00:00 2001 From: Juleen Graham Date: Wed, 13 Jan 2021 16:54:25 -0500 Subject: [PATCH] fix jslint error --- client/src/layout/menu.js | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/layout/menu.js b/client/src/layout/menu.js index 2c540e504648..c875cdf9c561 100644 --- a/client/src/layout/menu.js +++ b/client/src/layout/menu.js @@ -1,7 +1,6 @@ import axios from "axios"; import { getGalaxyInstance } from "app"; import _l from "utils/localization"; -import { getIdentityProviders } from "components/User/ExternalIdentities/service"; const POST_LOGOUT_URL = "root/login?is_logout_redirect=true";