aboutsummaryrefslogtreecommitdiffstats
path: root/python-packages/json_schemas/stubs/pytest/raises.pyi
diff options
context:
space:
mode:
Diffstat (limited to 'python-packages/json_schemas/stubs/pytest/raises.pyi')
-rw-r--r--python-packages/json_schemas/stubs/pytest/raises.pyi1
1 files changed, 1 insertions, 0 deletions
diff --git a/python-packages/json_schemas/stubs/pytest/raises.pyi b/python-packages/json_schemas/stubs/pytest/raises.pyi
new file mode 100644
index 000000000..2e3b29f3d
--- /dev/null
+++ b/python-packages/json_schemas/stubs/pytest/raises.pyi
@@ -0,0 +1 @@
+def raises(exception: Exception) -> ExceptionInfo: ...