sig/resolver/system.rbs in httpx-0.16.1 vs sig/resolver/system.rbs in httpx-0.17.0
- old
+ new
@@ -1,10 +1,10 @@
module HTTPX
module Resolver
class System
include ResolverMixin
- RESOLV_ERRORS: Array[StandardError] # ResolvError
+ RESOLV_ERRORS: Array[singleton(StandardError)] # ResolvError
def closed?: () -> true
def empty?: () -> true
\ No newline at end of file