small fixes

This commit is contained in:
Ian McEwen
2026-06-14 20:39:26 -07:00
parent 8c84074c1d
commit 9d445098f4
2 changed files with 2 additions and 2 deletions

View File

@@ -1,9 +1,9 @@
"""Meshtastic unit tests for node.py"""
# pylint: disable=C0302
import base64
import logging
import re
import base64
from unittest.mock import MagicMock, patch
import pytest