remove unused import

This commit is contained in:
Mike Kinney
2022-06-16 22:46:04 -07:00
parent cc98ed1084
commit 47781fa1e0

View File

@@ -1,7 +1,7 @@
"""Meshtastic unit tests for stream_interface.py"""
import logging
import re
#import re
from unittest.mock import MagicMock
import pytest