Skip to content

Commit

Permalink
fix: engine import wrong pagination path
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-jan committed Jul 24, 2024
1 parent 6cc8e35 commit 7716044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/engines.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

import { Page } from 'openai/pagination';
import { Page } from '../pagination';
import * as Core from '../core';
import { APIResource } from '../resource';
import * as EnginesAPI from './engines';
Expand Down

0 comments on commit 7716044

Please sign in to comment.