Skip to content

Commit

Permalink
GC unneded return statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Jan 13, 2025
1 parent b52f9bb commit 13081b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cluster/InfernSTTActor.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,3 @@ def stt_session_soundin(self, sess_id, req:Union[STTRequest,STTSentinel]):
if self.debug: print('InfernSTTActor.stt_session_soundin')
sess = self.sessions[sess_id]
sess.soundin(req)
return sess_id

0 comments on commit 13081b7

Please sign in to comment.