diff --git a/app/routers/contacts.py b/app/routers/contacts.py index b14b277..f5b5f1c 100644 --- a/app/routers/contacts.py +++ b/app/routers/contacts.py @@ -43,7 +43,6 @@ from app.repository import ( ContactRepository, MessageRepository, ) -from app.websocket import broadcast_error if TYPE_CHECKING: from meshcore.events import Event diff --git a/tests/test_repeater_routes.py b/tests/test_repeater_routes.py index 0a27a35..5106c88 100644 --- a/tests/test_repeater_routes.py +++ b/tests/test_repeater_routes.py @@ -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):