mirror of
https://github.com/meshtastic/python.git
synced 2026-01-14 10:47:59 -05: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
|
||||
|
||||
|
||||
@@ -4,10 +4,10 @@ import logging
|
||||
import platform
|
||||
import time
|
||||
|
||||
import serial # type: ignore[import-untyped]
|
||||
|
||||
from typing import Optional
|
||||
|
||||
import serial # type: ignore[import-untyped]
|
||||
|
||||
import meshtastic.util
|
||||
from meshtastic.stream_interface import StreamInterface
|
||||
|
||||
|
||||
Reference in New Issue
Block a user