Skip to content

Commit

Permalink
Reorganize imports for pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmcorvidae committed Jul 2, 2024
1 parent 5eafc2c commit 32b4575
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meshtastic/ble_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"""
import asyncio
import atexit
import google.protobuf
import logging
import struct
import time
Expand All @@ -13,6 +12,8 @@
from bleak import BleakClient, BleakScanner, BLEDevice
from bleak.exc import BleakDBusError, BleakError

import google.protobuf

from meshtastic.mesh_interface import MeshInterface

from .protobuf import (
Expand Down

0 comments on commit 32b4575

Please sign in to comment.