Skip to content

Commit e5823cf

Browse files
committed
fix types
1 parent 51b51e0 commit e5823cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

livekit-rtc/livekit/rtc/synchronizer.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
from .audio_frame import AudioFrame
99
from .audio_source import AudioSource
1010
from .video_source import VideoSource
11-
import numpy as np
12-
import cv2
11+
1312

1413
logger = logging.getLogger(__name__)
1514

0 commit comments

Comments
 (0)