Remove redundant suppression (#594)

This commit is contained in:
XIAO YU
2024-07-23 09:14:54 +09:00
committed by GitHub
parent e81a47a038
commit 0704b8cd83

View File

@@ -172,7 +172,6 @@ class BaseOptions : OptionGroup() {
.path() .path()
.multiple() .multiple()
@Suppress("HttpUrlsUsage")
val proxy: URI? by val proxy: URI? by
option( option(
names = arrayOf("--http-proxy"), names = arrayOf("--http-proxy"),