mirror of
https://github.com/meshtastic/python.git
synced 2026-01-16 03:37:57 -05:00
Fix linting errors caused by this PR
This commit is contained in:
@@ -12,6 +12,7 @@ import yaml
|
||||
from pubsub import pub
|
||||
import pyqrcode
|
||||
import pkg_resources
|
||||
from google.protobuf.json_format import MessageToDict
|
||||
import meshtastic.util
|
||||
import meshtastic.test
|
||||
from meshtastic import remote_hardware
|
||||
@@ -20,8 +21,6 @@ from meshtastic import portnums_pb2, channel_pb2, config_pb2
|
||||
from meshtastic.globals import Globals
|
||||
from meshtastic.__init__ import BROADCAST_ADDR
|
||||
|
||||
from google.protobuf.json_format import MessageToDict
|
||||
|
||||
def onReceive(packet, interface):
|
||||
"""Callback invoked when a packet arrives"""
|
||||
our_globals = Globals.getInstance()
|
||||
|
||||
Reference in New Issue
Block a user