mirror of
https://github.com/meshtastic/python.git
synced 2025-12-31 11:57:57 -05:00
Reorganize imports for pylint
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
"""
|
||||
import asyncio
|
||||
import atexit
|
||||
import google.protobuf
|
||||
import logging
|
||||
import struct
|
||||
import time
|
||||
@@ -13,6 +12,8 @@ import print_color # type: ignore[import-untyped]
|
||||
from bleak import BleakClient, BleakScanner, BLEDevice
|
||||
from bleak.exc import BleakDBusError, BleakError
|
||||
|
||||
import google.protobuf
|
||||
|
||||
from meshtastic.mesh_interface import MeshInterface
|
||||
|
||||
from .protobuf import (
|
||||
|
||||
Reference in New Issue
Block a user