Remove unused imports

Mechanically remove unused imports with:

    ruff check --select F401 --fix --extend-exclude grpc_protobuf
This commit is contained in:
David Lechner
2025-12-29 16:09:27 -06:00
parent ae2c638256
commit 5bbbe5e40f
16 changed files with 4 additions and 28 deletions

View File

@@ -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