From 9edc2474a0c12e6af6de65ecd24a94adbf1e0326 Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Wed, 12 Feb 2025 12:50:25 -0800 Subject: [PATCH] Remove invalid copy/pasted patch for `ovos_core` --- neon_audio/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/neon_audio/__init__.py b/neon_audio/__init__.py index a8e2468..ad1eed0 100644 --- a/neon_audio/__init__.py +++ b/neon_audio/__init__.py @@ -29,7 +29,5 @@ # Patching deprecation warnings # TODO: Deprecate after migration to ovos-workshop 1.0+ requirement import ovos_workshop.resource_files -import ovos_core.intent_services.stop_service from ovos_utils.bracket_expansion import expand_template ovos_workshop.resource_files.expand_options = expand_template -ovos_core.intent_services.stop_service.expand_options = expand_template