Skip to content

Commit 5c17aa7

Browse files
chore(internal): remove unnecessary import (#296)
1 parent dade503 commit 5c17aa7

File tree

1 file changed

+2
-1
lines changed
  • onebusaway-sdk-kotlin-core/src/main/kotlin/org/onebusaway/core/http

1 file changed

+2
-1
lines changed

onebusaway-sdk-kotlin-core/src/main/kotlin/org/onebusaway/core/http/HttpResponse.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
// File generated from our OpenAPI spec by Stainless.
2+
13
package org.onebusaway.core.http
24

35
import java.io.InputStream
4-
import java.lang.AutoCloseable
56

67
interface HttpResponse : AutoCloseable {
78

0 commit comments

Comments
 (0)