initial refactor #73
Annotations
9 errors
Ruff (F821):
livekit-api/livekit/api/_service.py#L11
livekit-api/livekit/api/_service.py:11:66: F821 Undefined name `aiohttp`
|
Ruff (F821):
livekit-api/livekit/api/api.py#L13
livekit-api/livekit/api/api.py:13:22: F821 Undefined name `RoomService`
|
Ruff (F821):
livekit-api/livekit/api/api.py#L14
livekit-api/livekit/api/api.py:14:25: F821 Undefined name `IngressService`
|
Ruff (F821):
livekit-api/livekit/api/api.py#L15
livekit-api/livekit/api/api.py:15:24: F821 Undefined name `EgressService`
|
Ruff (F401):
livekit-api/livekit/api/egress_service.py#L3
livekit-api/livekit/api/egress_service.py:3:40: F401 `livekit.protocol.models` imported but unused
|
Ruff (F401):
livekit-api/livekit/api/ingress_service.py#L3
livekit-api/livekit/api/ingress_service.py:3:40: F401 `livekit.protocol.models` imported but unused
|
Ruff (F821):
livekit-api/livekit/api/room_service.py#L101
livekit-api/livekit/api/room_service.py:101:65: F821 Undefined name `room`
|
Ruff (F811):
livekit-api/livekit/api/room_service.py#L138
livekit-api/livekit/api/room_service.py:138:15: F811 Redefinition of unused `update_room_metadata` from line 49
|
build
Process completed with exit code 1.
|