Skip to content

Commit

Permalink
Update common_play.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonJarbas authored Jan 12, 2024
1 parent 8ff783a commit 2219bc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ovos_workshop/skills/common_play.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

from ovos_utils import camel_case_split
from ovos_utils.log import LOG
from ovos_utils.ocp import MediaType, PlayerState

from ovos_bus_client import Message
from ovos_classifiers.skovos.features import KeywordFeatures
Expand All @@ -15,6 +14,8 @@
# backwards compat imports, do not delete, skills import from here
from ovos_workshop.decorators.ocp import ocp_play, ocp_next, ocp_pause, ocp_resume, ocp_search, \
ocp_previous, ocp_featured_media
from ovos_utils.ocp import MediaType, MediaState, MatchConfidence, \
PlaybackType, PlaybackMode, PlayerState, LoopState, TrackState


def get_non_properties(obj):
Expand Down

0 comments on commit 2219bc5

Please sign in to comment.