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 98cc424 commit bcbd672Copy full SHA for bcbd672
tests/test_sdl.py
@@ -23,7 +23,7 @@ def test_sdl_window(uses_window: None) -> None:
23
assert window.title == sys.argv[0]
24
window.title = "Title"
25
assert window.title == "Title"
26
- assert window.opacity == 1.0 # noqa: PLR2004
+ assert window.opacity == 1.0
27
window.position = window.position
28
window.fullscreen = window.fullscreen
29
window.resizable = window.resizable
0 commit comments