Skip to content

Commit 1936396

Browse files
committed
Shut up linter
1 parent ce6c096 commit 1936396

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

meshtastic/ble_interface.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,22 @@
22
"""
33
import asyncio
44
import atexit
5+
import google.protobuf
56
import logging
67
import struct
78
import time
89
from threading import Thread
910
from typing import List, Optional
1011
import print_color # type: ignore[import-untyped]
1112

12-
from .protobuf import (
13-
mesh_pb2,
14-
)
15-
import google.protobuf
16-
1713
from bleak import BleakClient, BleakScanner, BLEDevice
1814
from bleak.exc import BleakDBusError, BleakError
1915

2016
from meshtastic.mesh_interface import MeshInterface
2117

18+
from .protobuf import (
19+
mesh_pb2,
20+
)
2221
SERVICE_UUID = "6ba1b218-15a8-461f-9fa8-5dcae273eafd"
2322
TORADIO_UUID = "f75c76d2-129e-4dad-a1dd-7866124401e7"
2423
FROMRADIO_UUID = "2c55e69e-4993-11ed-b878-0242ac120002"

0 commit comments

Comments
 (0)