Skip to content

Commit

Permalink
fixes config deprecation warning (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
builderjer authored Jan 6, 2024
1 parent 406dc5f commit 797e60a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ovos_tts_plugin_mimic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
from os.path import join, isfile, expanduser
from ovos_plugin_manager.templates.g2p import Grapheme2PhonemePlugin, OutOfVocabulary
from ovos_plugin_manager.templates.tts import TTS, TTSValidator
from ovos_utils.configuration import get_xdg_base
from ovos_utils.configuration import read_mycroft_config
from ovos_config.meta import get_xdg_base
from ovos_config.config import read_mycroft_config
from ovos_utils.lang.visimes import VISIMES
from ovos_utils.xdg_utils import xdg_config_home

Expand Down

0 comments on commit 797e60a

Please sign in to comment.