From f4c71fc56f57a20334ef5724f804b90dfc7bc23a Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sun, 3 Oct 2021 11:51:01 -0700 Subject: [PATCH] Remove unused split from ReleaseProfile --- frontend/src/Settings/Profiles/Release/ReleaseProfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/Settings/Profiles/Release/ReleaseProfile.js b/frontend/src/Settings/Profiles/Release/ReleaseProfile.js index f9dfea1f0..400cbd137 100644 --- a/frontend/src/Settings/Profiles/Release/ReleaseProfile.js +++ b/frontend/src/Settings/Profiles/Release/ReleaseProfile.js @@ -1,7 +1,6 @@ import _ from 'lodash'; import PropTypes from 'prop-types'; import React, { Component } from 'react'; -import split from 'Utilities/String/split'; import { kinds } from 'Helpers/Props'; import Card from 'Components/Card'; import Label from 'Components/Label';