From 0c219d9c18763cf126d482a4dbb189fde8a855a0 Mon Sep 17 00:00:00 2001 From: Paul Cowan Date: Tue, 21 Feb 2023 13:08:30 +0000 Subject: [PATCH] remove unused import Signed-off-by: Paul Cowan --- .../scaffolder-react/src/next/components/Stepper/utils.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/scaffolder-react/src/next/components/Stepper/utils.test.ts b/plugins/scaffolder-react/src/next/components/Stepper/utils.test.ts index e07c4e5508..24c62ebb35 100644 --- a/plugins/scaffolder-react/src/next/components/Stepper/utils.test.ts +++ b/plugins/scaffolder-react/src/next/components/Stepper/utils.test.ts @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -import { type FormValidation } from './createAsyncValidators'; import { hasErrors } from './utils'; describe('hasErrors', () => {