Skip to content

Commit

Permalink
fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
ajar98 committed Jun 27, 2024
1 parent 12c9a46 commit 7881681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vocode/streaming/synthesizer/base_synthesizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ async def chunk_generator():

if isinstance(self.message, BotBackchannel):

def get_message_up_to(seconds):
def get_message_up_to(seconds: Optional[float]):
return self.message.text

else:
Expand Down

0 comments on commit 7881681

Please sign in to comment.