From 8c667ded15a2506639ab27c71ad1268d538a0513 Mon Sep 17 00:00:00 2001 From: Philipp Burckhardt Date: Sun, 4 Jun 2023 11:45:20 -0400 Subject: [PATCH] chore: update code style --- legacy/src/tools/feedback.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/src/tools/feedback.ts b/legacy/src/tools/feedback.ts index d7342c06..fffb0ccf 100644 --- a/legacy/src/tools/feedback.ts +++ b/legacy/src/tools/feedback.ts @@ -3,8 +3,8 @@ import editor from '@inquirer/editor' import select from '@inquirer/select' import { ZodTypeAny, z } from 'zod' -import * as types from './../types' -import { BaseTaskCallBuilder } from './../task' +import * as types from '../types' +import { BaseTaskCallBuilder } from '../task' /** * Actions the user can take in the feedback selection prompt.