Skip to content

Commit

Permalink
Fix ZPubThr example imports (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
DariusIMP authored Aug 5, 2024
1 parent 0561d7e commit 36db596
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/src/main/kotlin/io.zenoh/ZPubThr.kt
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ import com.github.ajalt.clikt.parameters.types.int
import com.github.ajalt.clikt.parameters.types.ulong
import io.zenoh.prelude.KnownEncoding
import io.zenoh.keyexpr.intoKeyExpr
import io.zenoh.prelude.CongestionControl
import io.zenoh.prelude.Encoding
import io.zenoh.publication.CongestionControl
import io.zenoh.publication.Priority
import io.zenoh.prelude.Priority
import io.zenoh.value.Value

class ZPubThr(private val emptyArgs: Boolean) : CliktCommand(
Expand Down

0 comments on commit 36db596

Please sign in to comment.