disable R0917 pylint failures

This commit is contained in:
Ian McEwen
2024-10-12 12:49:14 -07:00
parent 90e901de79
commit 0523d4c94f
5 changed files with 5 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
"""Meshtastic unit tests for serial_interface.py"""
# pylint: disable=R0917
import re
from unittest.mock import mock_open, patch