Skip to content

Commit

Permalink
chore(internal): remove unnecessary `@file:Suppress("OVERLOADS_INTERF…
Browse files Browse the repository at this point in the history
…ACE")`

chore: unknown commit message
  • Loading branch information
stainless-bot authored and Stainless Bot committed Oct 22, 2024
1 parent 2d98a2c commit b8ab775
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// File generated from our OpenAPI spec by Stainless.

@file:Suppress("OVERLOADS_INTERFACE") // See https://youtrack.jetbrains.com/issue/KT-36102

package com.openai.services.async

import com.openai.services.async.chat.CompletionServiceAsync
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// File generated from our OpenAPI spec by Stainless.

@file:Suppress("OVERLOADS_INTERFACE") // See https://youtrack.jetbrains.com/issue/KT-36102

package com.openai.services.async

import com.openai.services.async.fineTuning.JobServiceAsync
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// File generated from our OpenAPI spec by Stainless.

@file:Suppress("OVERLOADS_INTERFACE") // See https://youtrack.jetbrains.com/issue/KT-36102

package com.openai.services.blocking

import com.openai.services.blocking.chat.CompletionService
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// File generated from our OpenAPI spec by Stainless.

@file:Suppress("OVERLOADS_INTERFACE") // See https://youtrack.jetbrains.com/issue/KT-36102

package com.openai.services.blocking

import com.openai.services.blocking.fineTuning.JobService
Expand Down

0 comments on commit b8ab775

Please sign in to comment.