mirror of
https://github.com/meshtastic/python.git
synced 2026-05-19 05:46:14 -04:00
make pylint happy with import order
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user