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 b289e4d commit e778d3aCopy full SHA for e778d3a
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