Skip to content

Commit e59ed41

Browse files
committed
chore: fix lint erors
1 parent cb955d7 commit e59ed41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/devices/test_local_channel.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ async def test_connection_failure(local_channel: LocalChannel, mock_loop: Mock)
102102
assert local_channel._is_connected is False
103103

104104

105-
106105
async def test_close_connection(local_channel: LocalChannel, mock_loop: Mock, mock_transport: Mock) -> None:
107106
"""Test closing the connection."""
108107
await local_channel.connect()

0 commit comments

Comments
 (0)