Skip to content

Commit

Permalink
add types
Browse files Browse the repository at this point in the history
  • Loading branch information
typester committed Feb 6, 2025
1 parent 1d3b647 commit e03cda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion livekit-rtc/livekit/rtc/room.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import ctypes
import logging
from dataclasses import dataclass, field
from typing import Callable, Dict, Literal, Optional, cast, Mapping
from typing import Callable, Dict, Literal, Optional, cast, Mapping, List, Any

from .event_emitter import EventEmitter
from ._ffi_client import FfiClient, FfiHandle
Expand Down

0 comments on commit e03cda4

Please sign in to comment.