forked from auracaster/bumble_mirror
Remove unused imports
Mechanically remove unused imports with:
ruff check --select F401 --fix --extend-exclude grpc_protobuf
This commit is contained in:
@@ -38,7 +38,6 @@ from bumble.att import (
|
||||
ErrorCode,
|
||||
Opcode,
|
||||
)
|
||||
from bumble.controller import Controller
|
||||
from bumble.core import UUID
|
||||
from bumble.device import Device, Peer
|
||||
from bumble.gatt import (
|
||||
@@ -65,9 +64,6 @@ from bumble.gatt_adapters import (
|
||||
UTF8CharacteristicProxyAdapter,
|
||||
)
|
||||
from bumble.gatt_client import CharacteristicProxy
|
||||
from bumble.host import Host
|
||||
from bumble.link import LocalLink
|
||||
from bumble.transport.common import AsyncPipeSink
|
||||
|
||||
from .test_utils import Devices, TwoDevices, async_barrier
|
||||
|
||||
|
||||
Reference in New Issue
Block a user