Skip to content

Commit 32b4575

Browse files
committed
Reorganize imports for pylint
1 parent 5eafc2c commit 32b4575

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

meshtastic/ble_interface.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"""
33
import asyncio
44
import atexit
5-
import google.protobuf
65
import logging
76
import struct
87
import time
@@ -13,6 +12,8 @@
1312
from bleak import BleakClient, BleakScanner, BLEDevice
1413
from bleak.exc import BleakDBusError, BleakError
1514

15+
import google.protobuf
16+
1617
from meshtastic.mesh_interface import MeshInterface
1718

1819
from .protobuf import (

0 commit comments

Comments
 (0)