mirror of
https://github.com/google/bumble.git
synced 2026-04-18 00:45:32 +00:00
Remove unused imports
Mechanically remove unused imports with:
ruff check --select F401 --fix --extend-exclude grpc_protobuf
This commit is contained in:
@@ -19,7 +19,7 @@ This module implement the Pandora Bluetooth test APIs for the Bumble stack.
|
||||
|
||||
__version__ = "0.0.1"
|
||||
|
||||
from typing import Callable, List, Optional
|
||||
from typing import Callable, Optional
|
||||
|
||||
import grpc
|
||||
import grpc.aio
|
||||
|
||||
Reference in New Issue
Block a user