mirror of
https://github.com/google/bumble.git
synced 2026-06-11 09:12:27 +00:00
use isort when formatting
This commit is contained in:
@@ -18,13 +18,12 @@
|
||||
import asyncio
|
||||
import sys
|
||||
|
||||
import bumble.logging
|
||||
from bumble.core import UUID
|
||||
from bumble.device import Device
|
||||
from bumble.rfcomm import Server, make_service_sdp_records
|
||||
from bumble.transport import open_transport
|
||||
from bumble.rfcomm import Server
|
||||
from bumble.utils import AsyncRunner
|
||||
from bumble.rfcomm import make_service_sdp_records
|
||||
import bumble.logging
|
||||
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user