Skip to content

Commit e03cda4

Browse files
committed
add types
1 parent 1d3b647 commit e03cda4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

livekit-rtc/livekit/rtc/room.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import ctypes
1818
import logging
1919
from dataclasses import dataclass, field
20-
from typing import Callable, Dict, Literal, Optional, cast, Mapping
20+
from typing import Callable, Dict, Literal, Optional, cast, Mapping, List, Any
2121

2222
from .event_emitter import EventEmitter
2323
from ._ffi_client import FfiClient, FfiHandle

0 commit comments

Comments
 (0)