Skip to content

Commit a1ee582

Browse files
committed
style: remove unused import
- Remove unused pytest import from test_environment.py
1 parent bb24a80 commit a1ee582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test/test_environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def test_environment_var_guard_exit_with_exception() -> None:
121121

122122
# Call __exit__ with exception parameters
123123
env.__exit__(
124-
t.cast("type[BaseException]", RuntimeError),
124+
t.cast(type[BaseException], RuntimeError),
125125
RuntimeError("Test exception"),
126126
None,
127127
)

0 commit comments

Comments
 (0)