mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-03-28 17:43:05 +01:00
Linting
This commit is contained in:
@@ -43,7 +43,6 @@ from app.repository import (
|
||||
ContactRepository,
|
||||
MessageRepository,
|
||||
)
|
||||
from app.websocket import broadcast_error
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from meshcore.events import Event
|
||||
|
||||
@@ -280,8 +280,6 @@ class TestFetchRepeaterResponse:
|
||||
assert mc.commands.get_msg.await_count == 21
|
||||
|
||||
|
||||
|
||||
|
||||
class TestRepeaterCommandRoute:
|
||||
@pytest.mark.asyncio
|
||||
async def test_send_cmd_error_raises_and_restores_auto_fetch(self, test_db):
|
||||
|
||||
Reference in New Issue
Block a user