Skip to content

Commit 47781fa

Browse files
committed
remove unused import
1 parent cc98ed1 commit 47781fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshtastic/tests/test_stream_interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Meshtastic unit tests for stream_interface.py"""
22

33
import logging
4-
import re
4+
#import re
55

66
from unittest.mock import MagicMock
77
import pytest

0 commit comments

Comments
 (0)