Skip to content

Commit e311a53

Browse files
committed
fix imports
1 parent 8db05c2 commit e311a53

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

livekit-rtc/livekit/rtc/participant.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
from __future__ import annotations
1616

1717
import ctypes
18-
import os
1918
from typing import List, Union, Callable, Dict, Awaitable, Optional, Mapping, cast
2019
from abc import abstractmethod, ABC
2120

@@ -42,7 +41,7 @@
4241
import asyncio
4342

4443
from .rpc import RpcInvocationData
45-
from .data_stream import TextStreamWriter, FileStreamWriter, STREAM_CHUNK_SIZE
44+
from .data_stream import TextStreamWriter, FileStreamWriter
4645

4746

4847
class PublishTrackError(Exception):

0 commit comments

Comments
 (0)