Skip to content

Commit bcbd672

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 98cc424 commit bcbd672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_sdl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def test_sdl_window(uses_window: None) -> None:
2323
assert window.title == sys.argv[0]
2424
window.title = "Title"
2525
assert window.title == "Title"
26-
assert window.opacity == 1.0 # noqa: PLR2004
26+
assert window.opacity == 1.0
2727
window.position = window.position
2828
window.fullscreen = window.fullscreen
2929
window.resizable = window.resizable

0 commit comments

Comments
 (0)