Skip to content

Commit 1b2a779

Browse files
uvx ruff format
1 parent 4fa5a21 commit 1b2a779

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

livekit-rtc/livekit/rtc/participant.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@ class DegradationPreference(enum.IntEnum):
114114
"""Degrade resolution to maintain framerate (prioritize smooth motion)."""
115115
MAINTAIN_RESOLUTION = ProtoDegradationPreference.DEGRADATION_PREFERENCE_MAINTAIN_RESOLUTION
116116
"""Degrade framerate to maintain resolution (prioritize image clarity)."""
117-
MAINTAIN_FRAMERATE_AND_RESOLUTION = ProtoDegradationPreference.DEGRADATION_PREFERENCE_MAINTAIN_FRAMERATE_AND_RESOLUTION
117+
MAINTAIN_FRAMERATE_AND_RESOLUTION = (
118+
ProtoDegradationPreference.DEGRADATION_PREFERENCE_MAINTAIN_FRAMERATE_AND_RESOLUTION
119+
)
118120
"""Maintain both framerate and resolution. Frames may be dropped before encoding
119121
if necessary to avoid overusing network and encoder resources."""
120122

0 commit comments

Comments
 (0)