Skip to content

Commit b9a2cd9

Browse files
author
autoruff
committed
fixup: missing_awaits Python code reformatted using Ruff
1 parent ed92777 commit b9a2cd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_usb.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1941,10 +1941,10 @@ async def load_callback(event: pw_api.NodeEvent, mac: str) -> None: # type: ign
19411941

19421942
# Validate SED properties raise exception when node is not yet loaded
19431943
# 2025-07-26: no NodeError raised anymore because the SED node is always loaded now.
1944-
#with pytest.raises(pw_exceptions.NodeError):
1944+
# with pytest.raises(pw_exceptions.NodeError):
19451945
assert test_sed.battery_config is not None
19461946

1947-
#with pytest.raises(pw_exceptions.NodeError):
1947+
# with pytest.raises(pw_exceptions.NodeError):
19481948
# assert test_sed.battery_config is not None
19491949

19501950
with pytest.raises(pw_exceptions.NodeError):

0 commit comments

Comments
 (0)