Skip to content

Commit db26af0

Browse files
authored
chore: fix missing import in client template (#75)
1 parent c16e770 commit db26af0

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)