mirror of
https://github.com/google/bumble.git
synced 2026-04-16 00:25:31 +00:00
Remove unused imports
Mechanically remove unused imports with:
ruff check --select F401 --fix --extend-exclude grpc_protobuf
This commit is contained in:
@@ -21,7 +21,7 @@ import logging
|
||||
import click
|
||||
|
||||
import bumble.logging
|
||||
from bumble import company_ids, hci, transport
|
||||
from bumble import transport
|
||||
from bumble.drivers import rtk
|
||||
from bumble.host import Host
|
||||
|
||||
|
||||
Reference in New Issue
Block a user