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()
.multiple()
@Suppress("HttpUrlsUsage")
val proxy: URI? by
option(
names = arrayOf("--http-proxy"),