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:
@@ -17,7 +17,6 @@
|
||||
# -----------------------------------------------------------------------------
|
||||
import asyncio
|
||||
import random
|
||||
import struct
|
||||
import sys
|
||||
|
||||
import bumble.logging
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
# Imports
|
||||
# -----------------------------------------------------------------------------
|
||||
import asyncio
|
||||
import struct
|
||||
import sys
|
||||
|
||||
import bumble.logging
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
import asyncio
|
||||
import math
|
||||
import random
|
||||
import struct
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Imports
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
# -----------------------------------------------------------------------------
|
||||
import asyncio
|
||||
import json
|
||||
import struct
|
||||
import sys
|
||||
|
||||
import websockets.asyncio.server
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
# Imports
|
||||
# -----------------------------------------------------------------------------
|
||||
import asyncio
|
||||
import struct
|
||||
import sys
|
||||
|
||||
import bumble.logging
|
||||
|
||||
Reference in New Issue
Block a user