Skip to content

Commit 7407ea5

Browse files
committed
Black fix
1 parent efd9c7d commit 7407ea5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_app.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1749,7 +1749,9 @@ def test_autocomplete(main):
17491749

17501750

17511751
# Skip this test on Linux due to a known issue with Qt and keystrokes
1752-
@pytest.mark.skipif(sys.platform.startswith("linux"), reason="Known issue with Qt keystrokes")
1752+
@pytest.mark.skipif(
1753+
sys.platform.startswith("linux"), reason="Known issue with Qt keystrokes"
1754+
)
17531755
def test_autocomplete_keystrokes(main):
17541756
"""
17551757
Tests that the user keystrokes will have the intended effect on the UI.

0 commit comments

Comments
 (0)