Skip to content

Commit aac09f8

Browse files
committed
Fix bad import
1 parent 2cc22e5 commit aac09f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/collections/generate/integration.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
import { WeaviateUnsupportedFeatureError } from '../../errors.js';
44
import weaviate, { WeaviateClient } from '../../index.js';
55
import { Collection } from '../collection/index.js';
6-
import { GroupByOptions } from '../types/index.js';
7-
import { GenerateOptions } from './types.js';
6+
import { GenerateOptions, GroupByOptions } from '../types/index.js';
87

98
const maybe = process.env.OPENAI_APIKEY ? describe : describe.skip;
109

0 commit comments

Comments
 (0)