mirror of
https://github.com/google/bumble.git
synced 2026-05-08 03:58:01 +00:00
Ruff: Add and fix UP rules
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
import asyncio
|
||||
import logging
|
||||
import sys
|
||||
from typing import Optional
|
||||
|
||||
import websockets.asyncio.server
|
||||
|
||||
@@ -29,7 +28,7 @@ from bumble.device import AdvertisingParameters, Device
|
||||
from bumble.profiles import asha
|
||||
from bumble.transport import open_transport
|
||||
|
||||
ws_connection: Optional[websockets.asyncio.server.ServerConnection] = None
|
||||
ws_connection: websockets.asyncio.server.ServerConnection | None = None
|
||||
g722_decoder = decoder.G722Decoder()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user