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

@@ -17,7 +17,6 @@
# -----------------------------------------------------------------------------
import asyncio
import random
import struct
import sys
import bumble.logging

View File

@@ -16,7 +16,6 @@
# Imports
# -----------------------------------------------------------------------------
import asyncio
import struct
import sys
import bumble.logging

View File

@@ -15,7 +15,6 @@
import asyncio
import math
import random
import struct
# -----------------------------------------------------------------------------
# Imports

View File

@@ -17,7 +17,6 @@
# -----------------------------------------------------------------------------
import asyncio
import json
import struct
import sys
import websockets.asyncio.server

View File

@@ -16,7 +16,6 @@
# Imports
# -----------------------------------------------------------------------------
import asyncio
import struct
import sys
import bumble.logging