From 0e56d4f9f3bb55e510347836c212481dca88b99c Mon Sep 17 00:00:00 2001 From: Aubin Date: Fri, 10 Jan 2025 18:23:35 +0100 Subject: [PATCH] lint --- types/src/front/lib/core_api.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/src/front/lib/core_api.ts b/types/src/front/lib/core_api.ts index 25834358a4cdc..b240ea160f6eb 100644 --- a/types/src/front/lib/core_api.ts +++ b/types/src/front/lib/core_api.ts @@ -16,12 +16,12 @@ import { dustManagedCredentials } from "../../front/lib/api/credentials"; import { EmbeddingProviderIdType } from "../../front/lib/assistant"; import { Project } from "../../front/project"; import { CredentialsType } from "../../front/provider"; -import { +import { BlockType, RunConfig, RunRunType, RunStatus, - TraceType + TraceType, } from "../../front/run"; import { LightWorkspaceType } from "../../front/user"; import { LoggerInterface } from "../../shared/logger";