Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 19, 2024
1 parent 98cc424 commit bcbd672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sdl.py
Expand Up @@ -23,7 +23,7 @@ def test_sdl_window(uses_window: None) -> None:
assert window.title == sys.argv[0]
window.title = "Title"
assert window.title == "Title"
assert window.opacity == 1.0 # noqa: PLR2004
assert window.opacity == 1.0
window.position = window.position
window.fullscreen = window.fullscreen
window.resizable = window.resizable
Expand Down

0 comments on commit bcbd672

Please sign in to comment.