Skip to content

Commit 76be3cc

Browse files
lint
1 parent 6529bf9 commit 76be3cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

speechmatics/models.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,13 +153,15 @@ class TranslationConfig:
153153
def asdict(self):
154154
return asdict(self)
155155

156+
156157
@dataclass
157158
class ConversationConfig:
158159
"""Conversation config."""
159160

160161
end_of_utterance_silence_trigger: Optional[float] = None
161162
"""How much silence in seconds is required to trigger end of utterance detection."""
162-
163+
164+
163165
@dataclass
164166
class RTTranslationConfig(TranslationConfig):
165167
"""Real-time mode: Translation config."""

0 commit comments

Comments
 (0)