Skip to content

Commit d924905

Browse files
committed
fix multiple import
1 parent cb0a348 commit d924905

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

livekit-rtc/livekit/rtc/audio_stream.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414

1515
from __future__ import annotations
1616

17-
import asyncio, json
17+
import asyncio
18+
import json
1819
from dataclasses import dataclass
1920
from typing import Any, AsyncIterator, Optional
2021

0 commit comments

Comments
 (0)