mirror of
https://github.com/google/bumble.git
synced 2026-06-19 10:22:27 +00:00
use isort when formatting
This commit is contained in:
@@ -16,13 +16,13 @@
|
||||
# Imports
|
||||
# -----------------------------------------------------------------------------
|
||||
import asyncio
|
||||
import sys
|
||||
import random
|
||||
import sys
|
||||
|
||||
from bumble.device import Device, Connection
|
||||
from bumble.transport import open_transport
|
||||
from bumble.gatt import Service, Characteristic
|
||||
import bumble.logging
|
||||
from bumble.device import Connection, Device
|
||||
from bumble.gatt import Characteristic, Service
|
||||
from bumble.transport import open_transport
|
||||
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user