mirror of
https://github.com/google/bumble.git
synced 2026-05-08 03:58:01 +00:00
Remove unused imports
Mechanically remove unused imports with:
ruff check --select F401 --fix --extend-exclude grpc_protobuf
This commit is contained in:
@@ -22,7 +22,7 @@ import dataclasses
|
||||
import enum
|
||||
from typing import Sequence
|
||||
|
||||
from bumble import att, device, gatt, gatt_adapters, gatt_client, utils
|
||||
from bumble import att, device, gatt, gatt_adapters, gatt_client
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Constants
|
||||
|
||||
Reference in New Issue
Block a user