Skip to content

Commit

Permalink
cleaned imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tdraier committed Aug 11, 2024
1 parent 67068e1 commit 091becf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 1 addition & 6 deletions front/lib/resources/data_source_view_resource.ts
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 091becf

Please sign in to comment.