Skip to content

Commit

Permalink
Update deprecated import
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Jan 20, 2023
1 parent d94206f commit 9c5ae4d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions mycroft/skills/skill_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@
# limitations under the License.
#
"""Handling of skill data such as intents and regular expressions."""

# backwards compat imports, do not delete
from ovos_utils.intents.intent_service_interface import munge_intent_parser
from ovos_workshop.resource_files import SkillResourceTypes, ResourceType, ResourceFile, \
QmlFile, DialogFile, VocabularyFile, NamedValueFile, ListFile, TemplateFile, RegexFile, WordFile, \
CoreResources, UserResources, SkillResources, RegexExtractor, locate_base_directories, \
locate_lang_directories, find_resource

from mycroft.deprecated.skills import (
read_value_file, read_translated_file, read_vocab_file,
load_vocabulary, load_regex, load_regex_from_file, to_alnum,
munge_regex, munge_intent_parser
)
munge_regex
)

0 comments on commit 9c5ae4d

Please sign in to comment.