Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
biglittlebigben committed Oct 23, 2024
1 parent 48dff91 commit cca8eab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/main/kotlin/io/livekit/server/SipService.kt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

package io.livekit.server

import com.google.protobuf.Empty
import livekit.LivekitSip
import retrofit2.Call
import retrofit2.http.Body
Expand Down
1 change: 0 additions & 1 deletion src/main/kotlin/io/livekit/server/SipServiceClient.kt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import livekit.LivekitSip.SIPDispatchRuleIndividual
import livekit.LivekitSip.SIPDispatchRuleInfo
import livekit.LivekitSip.SIPParticipantInfo
import livekit.LivekitSip.SIPTrunkInfo
import com.google.protobuf.Empty
import okhttp3.OkHttpClient
import retrofit2.Call
import retrofit2.Retrofit
Expand Down

0 comments on commit cca8eab

Please sign in to comment.