make pylint happy with import order

This commit is contained in:
Ian McEwen
2024-05-11 22:28:50 -07:00
parent ba2d6c9d93
commit 1ebea53703
2 changed files with 4 additions and 4 deletions

View File

@@ -5,10 +5,10 @@ import time
import struct
import asyncio
from threading import Thread, Event
from bleak import BleakScanner, BleakClient
from typing import Optional
from bleak import BleakScanner, BleakClient
from meshtastic.mesh_interface import MeshInterface
from meshtastic.util import our_exit