Skip to content

Commit

Permalink
fix other import
Browse files Browse the repository at this point in the history
  • Loading branch information
austin-denoble committed Jan 19, 2025
1 parent e0367fb commit 2bb6384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/integration/assistant-data/describeFile.test.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { Pinecone } from '../../pinecone';
import { AssistantDataPlane } from '../../assistant/data';
import { Assistant } from '../../assistant/data';

let pinecone: Pinecone;
let assistant: AssistantDataPlane;
let assistant: Assistant;
let assistantName: string;
let fileId: string;

Expand Down

0 comments on commit 2bb6384

Please sign in to comment.