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 bb24a80 commit a1ee582Copy full SHA for a1ee582
tests/test/test_environment.py
@@ -121,7 +121,7 @@ def test_environment_var_guard_exit_with_exception() -> None:
121
122
# Call __exit__ with exception parameters
123
env.__exit__(
124
- t.cast("type[BaseException]", RuntimeError),
+ t.cast(type[BaseException], RuntimeError),
125
RuntimeError("Test exception"),
126
None,
127
)
0 commit comments