Skip to content

Commit 4ae27e8

Browse files
committed
Fix end of file
1 parent 75c87b9 commit 4ae27e8

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
@@ -3093,4 +3093,4 @@ async def mock_clock_get_send(self):
30933093
result = await circle_node.clock_synchronize()
30943094
assert result is True
30953095

3096-
await stick.disconnect()
3096+
await stick.disconnect()

0 commit comments

Comments
 (0)