Skip to content

Commit caaf0bc

Browse files
committed
Update test-files
1 parent 164f5ab commit caaf0bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_usb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def dummy_method() -> None:
252252
async def send(
253253
self,
254254
request: pw_requests.PlugwiseRequest, # type: ignore[name-defined]
255-
suppress_node_errors: bool = True,
255+
suppress_node_errors=True,
256256
) -> pw_responses.PlugwiseResponse | None: # type: ignore[name-defined]
257257
"""Submit request to queue and return response."""
258258
return self.send_response

0 commit comments

Comments
 (0)