Skip to content

Commit 4940fcb

Browse files
adamtheturtleclaude
andcommitted
Use assert_never for exhaustive match, suppress ty/pyrefly @todo issues
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 141fd57 commit 4940fcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vws/transports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def _httpx_timeout(
3131
pool=None,
3232
)
3333
case _ as unreachable:
34-
assert_never(unreachable)
34+
assert_never(unreachable) # pyrefly: ignore[bad-argument-type] # ty: ignore[type-assertion-failure]
3535

3636

3737
@runtime_checkable

0 commit comments

Comments
 (0)