Skip to content

Commit

Permalink
get rid of deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed May 1, 2024
1 parent fd29475 commit 8e7f5b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ovos_plugin_manager/templates/tts.py
Original file line number Diff line number Diff line change
Expand Up @@ -889,8 +889,6 @@ def get_from_cache(self, sentence):
return self._get_ctxt().get_from_cache(sentence, self.audio_ext, self.config)

@property
@deprecated("language is defined per request in get_tts, self.lang is not used",
"0.1.0")
def lang(self):
message = dig_for_message()
if message:
Expand Down

0 comments on commit 8e7f5b4

Please sign in to comment.