We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 874f893 commit d7125acCopy full SHA for d7125ac
src/trio/_core/_tests/test_cancelled.py
@@ -14,7 +14,7 @@
14
15
def test_Cancelled_init() -> None:
16
with pytest.raises(TypeError, match=r"^trio.Cancelled has no public constructor$"):
17
- raise Cancelled # type: ignore[call-arg]
+ raise Cancelled
18
19
20
Cancelled(source="explicit")
0 commit comments