Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Oct 10, 2023
1 parent cdf44c9 commit 6eb1068
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ovos_workshop/skills/auto_translatable.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ class UniversalSkill(OVOSSkill):

def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
self.lang_detector = OVOSLangDetectionFactory.create()
self.translator = OVOSLangTranslationFactory.create()

# the skill internally only works in this language
self.internal_language = None
# __tags__ private value will be translated (adapt entities)
Expand Down

0 comments on commit 6eb1068

Please sign in to comment.