Fix linting errors caused by this PR

This commit is contained in:
Douile
2022-08-05 13:34:25 +01:00
parent e06d8bbc06
commit e4078e84d7

View File

@@ -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()