mirror of
https://github.com/meshtastic/python.git
synced 2026-09-14 14:28:24 -04:00
no need to import pygatt here
This commit is contained in:
1 parent
f3139a8aa0
commit
48265e73b1
1 file changed
-3
@@ -82,9 +82,6 @@ from meshtastic import (mesh_pb2, portnums_pb2, apponly_pb2, admin_pb2,
|
||||
environmental_measurement_pb2, remote_hardware_pb2,
|
||||
channel_pb2, radioconfig_pb2, util)
|
||||
|
||||
if platform.system() == 'Linux':
|
||||
# pylint: disable=E0401
|
||||
import pygatt
|
||||
|
||||
# Note: To follow PEP224, comments should be after the module variable.
|
||||
|
||||
|
||||
Reference in new issue
Block a user