Skip to content

Commit

Permalink
chore(internal): re-order some imports (#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Jun 20, 2024
1 parent 37accf1 commit 76f9bc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/resources/audio/speech.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

import * as Core from '../../core';
import { APIResource } from '../../resource';
import { type Response } from '../../_shims/index';
import * as SpeechAPI from './speech';
import { type Response } from '../../_shims/index';

export class Speech extends APIResource {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/resources/files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
import * as Core from '../core';
import { APIResource } from '../resource';
import { isRequestOptions } from '../core';
import { type Response } from '../_shims/index';
import * as FilesAPI from './files';
import { type Uploadable, multipartFormRequestOptions } from '../core';
import { Page } from '../pagination';
import { type Response } from '../_shims/index';

export class Files extends APIResource {
/**
Expand Down

0 comments on commit 76f9bc9

Please sign in to comment.