Skip to content

Commit a5ec493

Browse files
committed
chore(internal): re-order pagination import (#656)
1 parent 0406652 commit a5ec493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// File generated from our OpenAPI spec by Stainless.
22

33
import * as Core from './core';
4-
import * as Pagination from './pagination';
54
import * as Errors from './error';
65
import { type Agent } from './_shims/index';
76
import * as Uploads from './uploads';
7+
import * as Pagination from 'openai/pagination';
88
import * as API from 'openai/resources/index';
99

1010
export interface ClientOptions {

0 commit comments

Comments
 (0)