Skip to content

Commit 7e6bf32

Browse files
committed
chore: fix missing import in client template
1 parent f8312a8 commit 7e6bf32

File tree

1 file changed

+1
-0
lines changed
  • customizations/generator/openapi/src/main/resources/templates/expediagroup-sdk

1 file changed

+1
-0
lines changed

customizations/generator/openapi/src/main/resources/templates/expediagroup-sdk/client.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package com.expediagroup.sdk.{{namespace}}.client
22

3+
import io.ktor.client.plugins.contentnegotiation.exclude
34
import java.util.concurrent.CompletableFuture
45
import java.util.stream.Collectors
56
import kotlin.collections.Map.Entry

0 commit comments

Comments
 (0)