We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 141fd57 commit 4940fcbCopy full SHA for 4940fcb
1 file changed
src/vws/transports.py
@@ -31,7 +31,7 @@ def _httpx_timeout(
31
pool=None,
32
)
33
case _ as unreachable:
34
- assert_never(unreachable)
+ assert_never(unreachable) # pyrefly: ignore[bad-argument-type] # ty: ignore[type-assertion-failure]
35
36
37
@runtime_checkable
0 commit comments