diff --git a/front/lib/resources/data_source_view_resource.ts b/front/lib/resources/data_source_view_resource.ts index f72ff235f562..075e060f428a 100644 --- a/front/lib/resources/data_source_view_resource.ts +++ b/front/lib/resources/data_source_view_resource.ts @@ -1,12 +1,7 @@ // Attributes are marked as read-only to reflect the stateless nature of our Resource. // This design will be moved up to BaseResource once we transition away from Sequelize. // eslint-disable-next-line @typescript-eslint/no-empty-interface -import type { - DataSourceType, - DataSourceViewType, - ModelId, - Result, -} from "@dust-tt/types"; +import type { DataSourceViewType, ModelId, Result } from "@dust-tt/types"; import { Err, Ok, removeNulls } from "@dust-tt/types"; import type { Attributes, diff --git a/front/pages/api/w/[wId]/vaults/[vId]/data_source_views/[dsvId]/content.ts b/front/pages/api/w/[wId]/vaults/[vId]/data_source_views/[dsvId]/content.ts index f2d4d1049ac9..aca33bc90d16 100644 --- a/front/pages/api/w/[wId]/vaults/[vId]/data_source_views/[dsvId]/content.ts +++ b/front/pages/api/w/[wId]/vaults/[vId]/data_source_views/[dsvId]/content.ts @@ -6,7 +6,6 @@ import { getContentHandler } from "@app/lib/api/vaults"; import { withSessionAuthenticationForWorkspace } from "@app/lib/api/wrappers"; import type { Authenticator } from "@app/lib/auth"; import { DataSourceViewResource } from "@app/lib/resources/data_source_view_resource"; -import { VaultResource } from "@app/lib/resources/vault_resource"; import { apiError } from "@app/logger/withlogging"; async function handler(