remove unused import

This commit is contained in:
Mike Kinney committed 2022-06-16 22:46:04 -07:00
1 parent cc98ed1084
commit 47781fa1e0
1 file changed
+1 -1
+1 -1
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