mirror of
https://github.com/meshtastic/python.git
synced 2026-04-22 16:00:32 -04:00
fix (or disable) pylint warnings
This commit is contained in:
@@ -75,8 +75,11 @@ class StreamInterface(MeshInterface):
|
||||
MeshInterface._disconnected(self)
|
||||
|
||||
logging.debug("Closing our port")
|
||||
# pylint: disable=E0203
|
||||
if not self.stream is None:
|
||||
# pylint: disable=E0203
|
||||
self.stream.close()
|
||||
# pylint: disable=W0201
|
||||
self.stream = None
|
||||
|
||||
def _writeBytes(self, b):
|
||||
|
||||
Reference in New Issue
Block a user