Skip to content

Commit fc0e88e

Browse files
committed
ruff
1 parent 9420003 commit fc0e88e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

livekit-rtc/livekit/rtc/audio_frame.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@
1313
# limitations under the License.
1414

1515
import ctypes
16-
from ._ffi_client import FfiHandle, FfiClient
16+
from ._ffi_client import FfiHandle
1717
from ._proto import audio_frame_pb2 as proto_audio
18-
from ._proto import ffi_pb2 as proto_ffi
1918
from ._utils import get_address
2019
from typing import Any, Union
2120

0 commit comments

Comments
 (0)