Test and linting tidy-up

This commit is contained in:
Jack Kingsman
2026-02-09 22:37:50 -08:00
parent d5a321f314
commit 28069ab732
6 changed files with 23 additions and 14 deletions
+6 -1
View File
@@ -18,7 +18,12 @@ from meshcore import EventType
from app.models import Contact
from app.radio import radio_manager
from app.repository import AppSettingsRepository, ChannelRepository, ContactRepository, MessageRepository
from app.repository import (
AppSettingsRepository,
ChannelRepository,
ContactRepository,
MessageRepository,
)
logger = logging.getLogger(__name__)