mirror of
https://github.com/meshtastic/python.git
synced 2026-04-25 01:18:01 -04:00
fix the pylint unused-argument warnings
This commit is contained in:
@@ -39,7 +39,7 @@ class BLEInterface(MeshInterface):
|
||||
|
||||
self._readFromRadio() # read the initial responses
|
||||
|
||||
def handle_data(handle, data):
|
||||
def handle_data(handle, data): # pylint: disable=W0613
|
||||
self._handleFromRadio(data)
|
||||
|
||||
if self.device:
|
||||
|
||||
Reference in New Issue
Block a user