Skip to content

Commit 1c55e27

Browse files
author
autoruff
committed
fixup: pair-plus Python code fixed using Ruff
1 parent 546b3ee commit 1c55e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_pairing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ async def test_pair_plus(self, monkeypatch: pytest.MonkeyPatch) -> None:
432432
# with pytest.raises(pw_exceptions.StickError):
433433
await stick.initialize()
434434

435-
await asyncio.sleep(2)
435+
await asyncio.sleep(2)
436436
await stick.plus_pair_request("0098765432101234")
437437
await asyncio.sleep(2)
438438

0 commit comments

Comments
 (0)